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} )