From dd83f6bd75bcb17eb6520b63043d93f597432581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 9 Feb 2022 09:41:03 +0100 Subject: [PATCH] Update functions.sh --- fragments/functions.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fragments/functions.sh b/fragments/functions.sh index 54e427b..38ac3d3 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -241,6 +241,9 @@ getAppVersion() { else printlog "App(s) found: ${applist}" DEBUG fi + if [[ $type =~ '^(dmg|zip|tbz|app.*)$']]; then + printlog "targetDir for installation: $targetDir" INFO + fi appPathArray=( ${(0)applist} )