This commit is contained in:
tuxwarrior
2024-05-04 17:11:11 -05:00
parent 716ed36c9a
commit dbce6b6e5d

View File

@@ -51,6 +51,9 @@ deploy_file() {
_trg_path=$2
_no_chown=$3
echo ""
echo "${file_name}:"
cp -f ${_src_path} ${_trg_path}
# only chown if _no_chown variable is empty
@@ -64,8 +67,6 @@ deploy_file() {
chmod 755 ${_trg_path}
fi
echo ""
echo "${file_name}:"
ls -al ${_trg_path}
}