diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 0a2abba..2d808d3 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -79,6 +79,11 @@ deploy_file() { echo "" echo "${file_name_trg}:" + echo " _src_path: ${_src_path}" + echo " _trg_path: ${_trg_path}" + echo " file_name_src: ${file_name_src}" + echo " file_name_trg: ${file_name_trg}" + suffix1=".zip" suffix2=".tar.xz" if [[ ${file_name_src} == *$suffix1 ]] ; then