From b4c8c22c1788a507c124019f39a84bb6a3fc3b28 Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 22:23:28 -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 aa5bae3..231801b 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -264,6 +264,7 @@ if [ ${operation} == "dots" ] ; then echo "creating soft link: ${file_path}/${file_name_src} ➔ /etc/lemurs/wms/${file_name_trg}" ln -s ${file_path}/${file_name_src} /etc/lemurs/wms/${file_name_trg} chown -h ${user}:${user} /etc/lemurs/wms/${file_name_trg} + ls -al /etc/lemurs/wms fi fi