From 0d1d5235bd53ebc19f506d1623b7c9c032738cd4 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Mon, 6 May 2024 17:13:23 -0500 Subject: [PATCH] u --- dots/bin/syncDirSetup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dots/bin/syncDirSetup.sh b/dots/bin/syncDirSetup.sh index 6729b7d..76fa3aa 100755 --- a/dots/bin/syncDirSetup.sh +++ b/dots/bin/syncDirSetup.sh @@ -66,7 +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 "auto mount added to '${the_file}'" + echo "auto mount of syncDir added to '${the_file}'" + else + echo "auto mount of syncDir already exists in '${the_file}'" fi fi