From 29cce2959f453d3aec9dd024eb4c7353fe837d04 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 27 Aug 2024 15:40:35 -0500 Subject: [PATCH] / u --- scripts/99_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index be78156..6546594 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -84,6 +84,8 @@ deploy_file() { suffix=".tar.xz" if [[ ${file_name_src} == *$suffix1 ]] ; then # -o: overwrite without prompting + echo "_src_path: ${_src_path}" + echo "_trg_path: ${_trg_path}" unzip -o ${_src_path} -d ${_trg_path} elif [[ ${file_name_src} == *$suffix2 ]] ; then tar -xf ${_src_path} -C ${_trg_path}