From b0b744241f78b4eea9dd82b8616748ec92b8b0a5 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:11: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 bcc53d2..a1d9add 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -81,9 +81,10 @@ deploy_file() { echo " _src_path: ${_src_path}" echo " _trg_path: ${_trg_path}" +echo " file_name_src: ${file_name_src}" suffix1=".zip" - suffix=".tar.xz" + suffix2=".tar.xz" if [[ ${file_name_src} == *$suffix1 ]] ; then # -o: overwrite without prompting echo "_src_path: ${_src_path}"