This commit is contained in:
committer@tuxwarrior
2024-08-27 16:11:51 -05:00
parent 855f5f4e81
commit b0b744241f

View File

@@ -81,9 +81,10 @@ deploy_file() {
echo "<!> _src_path: ${_src_path}"
echo "<!> _trg_path: ${_trg_path}"
echo "<!> file_name_src: ${file_name_src}"
suffix1=".zip"
suffix=".tar.xz"
suffix2=".tar.xz"
if [[ ${file_name_src} == *$suffix1 ]] ; then
# -o: overwrite without prompting
echo "_src_path: ${_src_path}"