From ee9c49e479263e8e9e055dbefd3d610ee4fb1413 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 17:32:33 -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 660cece..1aa83b2 100755 --- a/dots/bin/syncDirSetup.sh +++ b/dots/bin/syncDirSetup.sh @@ -68,6 +68,7 @@ if [ -f "${the_file}" ]; then 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 "" cat ${the_file} else echo "> no change: auto mount of syncDir found in '${the_file}'"