This commit is contained in:
committer@tuxwarrior
2024-08-27 16:10:58 -05:00
parent a9d2da6de6
commit 855f5f4e81

View File

@@ -79,6 +79,9 @@ deploy_file() {
echo "" echo ""
echo "${file_name_trg}:" echo "${file_name_trg}:"
echo "<!> _src_path: ${_src_path}"
echo "<!> _trg_path: ${_trg_path}"
suffix1=".zip" suffix1=".zip"
suffix=".tar.xz" suffix=".tar.xz"
if [[ ${file_name_src} == *$suffix1 ]] ; then if [[ ${file_name_src} == *$suffix1 ]] ; then