From 762fc12b1104469ce9d6b82fc34d164ebf23cecf Mon Sep 17 00:00:00 2001 From: t470p Date: Sat, 11 May 2024 22:24:25 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index e0aa688..01fc66c 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -83,10 +83,9 @@ deploy_file() { suffix=".sh" if [[ ${file_name} == *$suffix ]] ; then - chmod 755 ${_trg_path} chmod 755 ${_trg_path}/*.sh elif [[ ${file_name} == "bin" ]] ; then - chmod 755 ${_trg_path}/*.sh + chmod 755 ${_trg_path}/* fi ls -al ${_trg_path}