diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 7b62abc..e0aa688 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -82,8 +82,11 @@ deploy_file() { fi suffix=".sh" - if [[ ${file_name} == *$suffix ]]; then + if [[ ${file_name} == *$suffix ]] ; then chmod 755 ${_trg_path} + chmod 755 ${_trg_path}/*.sh + elif [[ ${file_name} == "bin" ]] ; then + chmod 755 ${_trg_path}/*.sh fi ls -al ${_trg_path}