/ improved 755 mode
This commit is contained in:
@@ -84,6 +84,9 @@ deploy_file() {
|
|||||||
suffix=".sh"
|
suffix=".sh"
|
||||||
if [[ ${file_name} == *$suffix ]] ; then
|
if [[ ${file_name} == *$suffix ]] ; then
|
||||||
chmod 755 ${_trg_path}
|
chmod 755 ${_trg_path}
|
||||||
|
chmod 755 ${_trg_path}/*.sh
|
||||||
|
elif [[ ${file_name} == "bin" ]] ; then
|
||||||
|
chmod 755 ${_trg_path}/*.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ls -al ${_trg_path}
|
ls -al ${_trg_path}
|
||||||
|
|||||||
Reference in New Issue
Block a user