This commit is contained in:
tuxwarrior
2024-05-06 17:13:23 -05:00
parent 62f762665c
commit 0d1d5235bd

View File

@@ -66,7 +66,9 @@ if [ -f "${the_file}" ]; then
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 of syncDir added to '${the_file}'"
else
echo "auto mount of syncDir already exists in '${the_file}'"
fi fi
fi fi