This commit is contained in:
committer
2024-05-15 07:20:51 -05:00
parent d18120752c
commit ce4ab9fc4e

View File

@@ -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