From f54b48ee8e6dc035ba5114f6c1c54382f8eb57a9 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 17:21:15 -0500 Subject: [PATCH] u --- dots/bin/syncDirSetup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/bin/syncDirSetup.sh b/dots/bin/syncDirSetup.sh index a6c8cf7..f78d879 100755 --- a/dots/bin/syncDirSetup.sh +++ b/dots/bin/syncDirSetup.sh @@ -66,9 +66,9 @@ if [ -f "${the_file}" ]; then #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 "" >> ${the_file} - echo "# auto mount syncDir" >> ${the_file} - echo "${src_dir} ${trg_dir} auto defaults,nofail,nobootwait,bind 0 2" >> ${the_file} + sudo echo "" >> ${the_file} + sudo echo "# auto mount syncDir" >> ${the_file} + sudo echo "${src_dir} ${trg_dir} auto defaults,nofail,nobootwait,bind 0 2" >> ${the_file} echo "auto mount of syncDir added to '${the_file}'" else