From 450f8b39b2873a58e5f67286f864f2b67a6899dc Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 17:07:39 -0500 Subject: [PATCH] u --- dots/bin/syncDirSetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/bin/syncDirSetup.sh b/dots/bin/syncDirSetup.sh index 77fcb33..71f68e6 100755 --- a/dots/bin/syncDirSetup.sh +++ b/dots/bin/syncDirSetup.sh @@ -62,6 +62,7 @@ the_file=/etc/fstab if [ -f "${the_file}" ]; then if ! more ${the_file} | grep 'syncDir' 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}