From 84b41b069ef9b5924ade764153dffa928a509eab Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 17:17:49 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index f13f013..eb12f0c 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -243,10 +243,10 @@ if [ ${operation} == "dots" ] ; then # lemurs (display/login manager) file_name=.xinitrc file_path=/etc/lemurs/wms - if [ -f ${trg_dir}/${file_name} ] ; then - echo "softlink exists: ${trg_dir}/${file_name}" + if [ -f ${file_path}/${file_name} ] ; then + echo "softlink exists: ${file_path}/${file_name}" else - echo "creating soft link: ${trg_dir}/${file_name} ➔ /home/${user}/.xinitrc" + echo "creating soft link: ${file_path}/${file_name} ➔ /home/${user}/.xinitrc" ln -s /home/${user}/.xinitrc /etc/lemurs/wms fi