/ improved 755 mode

This commit is contained in:
t470p
2024-05-11 22:23:14 -05:00
parent ba03c44619
commit 534d391d7a

View File

@@ -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}