diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 2a4ece5..47be322 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -62,6 +62,11 @@ deploy_file() { file_name=$(basename ${_trg_path}) + suffix=".sh" + if [[ ${file_name} == *$suffix ]]; then + chmod 755 ${_trg_path} + fi + echo "" echo "${file_name}:" ls -al ${_trg_path}