This commit is contained in:
committer@tuxwarrior
2024-08-27 16:20:15 -05:00
parent 64a727f495
commit 3c0d4860c5

View File

@@ -71,7 +71,7 @@ deploy_file() {
_no_chown=$3 _no_chown=$3
_recursive=$4 _recursive=$4
if [[ "$_trg_path" == *.zip ]] ; then if [[ "$_src_path" == *.zip ]] ; then
file_name_src=$(basename ${_src_path}) file_name_src=$(basename ${_src_path})
fi fi