From 64a727f495c1da0f084ba4e23d509b3e3b750ce6 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:17:37 -0500 Subject: [PATCH] / ok, still debugging (wip) --- scripts/99_deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 0a2abba..2d808d3 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -79,6 +79,11 @@ deploy_file() { echo "" echo "${file_name_trg}:" + echo " _src_path: ${_src_path}" + echo " _trg_path: ${_trg_path}" + echo " file_name_src: ${file_name_src}" + echo " file_name_trg: ${file_name_trg}" + suffix1=".zip" suffix2=".tar.xz" if [[ ${file_name_src} == *$suffix1 ]] ; then