This commit is contained in:
tuxwarrior
2024-05-06 17:10:04 -05:00
parent 450f8b39b2
commit 62f762665c

View File

@@ -64,7 +64,7 @@ if [ -f "${the_file}" ]; then
then
echo "" | 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}'"
fi