u
This commit is contained in:
@@ -67,8 +67,7 @@ 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 "> new: auto mount of syncDir added to '${the_file}'"
|
echo "> new: auto mount of syncDir added to '${the_file}'":
|
||||||
echo ""
|
|
||||||
cat ${the_file}
|
cat ${the_file}
|
||||||
else
|
else
|
||||||
echo "> no change: auto mount of syncDir found in '${the_file}'"
|
echo "> no change: auto mount of syncDir found in '${the_file}'"
|
||||||
|
|||||||
Reference in New Issue
Block a user