From 3c0d4860c50af869410e2a51ad304d4cbb5b8784 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 16:20:15 -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 2d808d3..b254810 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -71,7 +71,7 @@ deploy_file() { _no_chown=$3 _recursive=$4 - if [[ "$_trg_path" == *.zip ]] ; then + if [[ "$_src_path" == *.zip ]] ; then file_name_src=$(basename ${_src_path}) fi