From 8dacf0a0cb3b91b6d0b39678afd90627535a6f3d Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 10 Jun 2024 12:56:01 -0500 Subject: [PATCH] u --- dots/bin/tp.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index e0ad748..f5ed5be 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -38,4 +38,6 @@ new_file=${input_file//$sync_dir_sym/$sync_dir} if [[ -f ${new_file} ]] || [[ -d ${new_file} ]] ; then echo ${new_file} +else + echo "error: unable to delete ${new_file}" fi