This commit is contained in:
t470p
2024-05-11 22:24:25 -05:00
parent 3ac456361d
commit 762fc12b11

View File

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