diff --git a/dots/bin/syncDirSetup.sh b/dots/bin/syncDirSetup.sh index f1591c9..660cece 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}'" + cat ${the_file} else echo "> no change: auto mount of syncDir found in '${the_file}'" fi