From ce4ab9fc4eb62fdec7bc6f8c267634fdcffa14f2 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 15 May 2024 07:20:51 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 2c567ef..a6e4037 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -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