This commit is contained in:
tuxwarrior
2024-05-04 17:16:23 -05:00
parent dbce6b6e5d
commit e208e85053

View File

@@ -51,6 +51,7 @@ deploy_file() {
_trg_path=$2
_no_chown=$3
file_name=$(basename ${_trg_path})
echo ""
echo "${file_name}:"
@@ -61,7 +62,6 @@ deploy_file() {
chown ${user}:${user} ${_trg_path}
fi
file_name=$(basename ${_trg_path})
suffix=".sh"
if [[ ${file_name} == *$suffix ]]; then
chmod 755 ${_trg_path}