From 62f762665c3e0b0b4c51645c1adb7ce394d8da4a Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 17:10:04 -0500 Subject: [PATCH] u --- dots/bin/syncDirSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/syncDirSetup.sh b/dots/bin/syncDirSetup.sh index 71f68e6..6729b7d 100755 --- a/dots/bin/syncDirSetup.sh +++ b/dots/bin/syncDirSetup.sh @@ -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