From 2a718b418a0b3fd329f98004c0da858b41a191b3 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 15 May 2024 17:24:07 -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 f016fcf..07c6eb4 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -62,7 +62,7 @@ deploy_file() { _no_chown=$3 _recursive=$4 - if [[ "$_trg_path" == *.zip ]] + if [[ "$_trg_path" == *.zip ]] ; then file_name_src=$(basename ${_src_path}) fi