This commit is contained in:
committer@tuxwarrior
2025-02-24 19:33:56 -05:00
parent b9bff7891a
commit 98791c3614

View File

@@ -89,7 +89,7 @@ deploy_file() {
echo "un-taring '${_src_path}'" echo "un-taring '${_src_path}'"
tar -xf ${_src_path} -C ${_trg_path} tar -xf ${_src_path} -C ${_trg_path}
else else
echo "copying '${_src_path}'" echo "copying '${_src_path}' to '${_trg_path}'"
# -f (--force): overwrite without confirmation # -f (--force): overwrite without confirmation
cp --force --recursive ${_src_path} ${_trg_path} cp --force --recursive ${_src_path} ${_trg_path}
fi fi