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