u
This commit is contained in:
@@ -64,7 +64,7 @@ if [ -f "${the_file}" ]; then
|
|||||||
then
|
then
|
||||||
echo "" | sudo tee -a ${the_file}
|
echo "" | sudo tee -a ${the_file}
|
||||||
echo "# auto mount syncDir" | sudo tee -a ${the_file}
|
echo "# auto mount syncDir" | sudo tee -a ${the_file}
|
||||||
echo "${src_dir} ${trg_dir} auto defaults,nofail,nobootwait,bind 0 2" | sudo tee -a ${the_file}
|
echo "${src_dir} ${trg_dir} auto defaults,nofail,nobootwait,bind 0 2" | sudo tee -a ${the_file}
|
||||||
|
|
||||||
echo "auto mount added to '${the_file}'"
|
echo "auto mount added to '${the_file}'"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user