u
This commit is contained in:
@@ -51,6 +51,9 @@ deploy_file() {
|
|||||||
_trg_path=$2
|
_trg_path=$2
|
||||||
_no_chown=$3
|
_no_chown=$3
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "${file_name}:"
|
||||||
|
|
||||||
cp -f ${_src_path} ${_trg_path}
|
cp -f ${_src_path} ${_trg_path}
|
||||||
|
|
||||||
# only chown if _no_chown variable is empty
|
# only chown if _no_chown variable is empty
|
||||||
@@ -64,8 +67,6 @@ deploy_file() {
|
|||||||
chmod 755 ${_trg_path}
|
chmod 755 ${_trg_path}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo "${file_name}:"
|
|
||||||
ls -al ${_trg_path}
|
ls -al ${_trg_path}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user