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