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