From bfc12ee0a9e142f7571e34bb8d0b1532fbb61a9d Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 20 May 2024 06:22:52 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 0f72907..5405e6a 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -251,7 +251,7 @@ if [ ${operation} == "dots" ] ; then file_name_trg=i3 file_path_src=/home/${user} file_path_trg=/etc/lemurs/wms - if [ -f ${file_path}/${file_name_trg} ] ; then + if [ -f ${file_path_trg}/${file_name_trg} ] ; then echo "" echo "softlink already exists: ${file_path}/${file_name_trg}" else