u
This commit is contained in:
@@ -65,7 +65,8 @@ deploy_file() {
|
||||
echo ""
|
||||
echo "${file_name}:"
|
||||
|
||||
cp -f ${_src_path} ${_trg_path}
|
||||
# -f (--force): overwrite without confirmation
|
||||
cp --force --recursive ${_src_path} ${_trg_path}
|
||||
|
||||
# only chown if _no_chown variable is empty
|
||||
if [ -z "${_no_chown}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user