From d475b81ddc47b94145ba4fbcbaaac12a5985a69e Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 17:19:31 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index eb12f0c..2bd507d 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -244,8 +244,10 @@ if [ ${operation} == "dots" ] ; then file_name=.xinitrc file_path=/etc/lemurs/wms if [ -f ${file_path}/${file_name} ] ; then - echo "softlink exists: ${file_path}/${file_name}" + echo "" + echo "softlink already exists: ${file_path}/${file_name}" else + echo "" echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc" ln -s /home/${user}/.xinitrc /etc/lemurs/wms fi