From 7bcb821cef4d57419aba8adf9ac167f06f11b3eb Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 21:49:24 -0500 Subject: [PATCH] u --- dots/lemurs/{i3.sh => i3} | 0 scripts/99_deploy.sh | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename dots/lemurs/{i3.sh => i3} (100%) diff --git a/dots/lemurs/i3.sh b/dots/lemurs/i3 similarity index 100% rename from dots/lemurs/i3.sh rename to dots/lemurs/i3 diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 7d1903c..6565c12 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -104,6 +104,8 @@ deploy_file() { chmod 755 ${_trg_path}/*.sh elif [[ ${file_name_trg} == "bin" ]] ; then chmod 755 ${_trg_path}/* + elif [[ ${file_name_trg} == "wms" ]] ; then + chmod 755 ${_trg_path}/* fi ls -al ${_trg_path} @@ -245,7 +247,6 @@ if [ ${operation} == "dots" ] ; then deploy_file "${dots_trg}/xorg/.*" "${file_path}/" # lemurs (display/login manager) - file_name=config file_path=/etc/lemurs/wms mkdir -p ${file_path} deploy_file "${dots_trg}/lemurs/*" "${file_path}/"