From 988acaf9e5fdb91e4d389825793581b200bf8bfe Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 20 May 2024 06:23:51 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 5405e6a..9b0fa08 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -254,6 +254,7 @@ if [ ${operation} == "dots" ] ; then if [ -f ${file_path_trg}/${file_name_trg} ] ; then echo "" echo "softlink already exists: ${file_path}/${file_name_trg}" + ls -al ${file_path_trg} else echo "" echo "creating soft link: ${file_path_src}/${file_name_src} ➔ ${file_path_trg}/${file_name_trg}"