From 855f5f4e817a6fb4da0f7124b547ad4d4e7c3e9a Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:10:58 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index a5dd95a..bcc53d2 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -79,6 +79,9 @@ deploy_file() { echo "" echo "${file_name_trg}:" +echo " _src_path: ${_src_path}" +echo " _trg_path: ${_trg_path}" + suffix1=".zip" suffix=".tar.xz" if [[ ${file_name_src} == *$suffix1 ]] ; then