From 98791c36149d2b844a5f32969c03343690e0399e Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Mon, 24 Feb 2025 19:33:56 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 39ab2d7..422245b 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -89,7 +89,7 @@ deploy_file() { echo "un-taring '${_src_path}'" tar -xf ${_src_path} -C ${_trg_path} else - echo "copying '${_src_path}'" + echo "copying '${_src_path}' to '${_trg_path}'" # -f (--force): overwrite without confirmation cp --force --recursive ${_src_path} ${_trg_path} fi