From c59defa24891977aadbfc3cd3a62053467addcf4 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Thu, 27 Apr 2023 14:54:14 +0100 Subject: [PATCH] Update adobe-custom-install.sh --- Helpers/adobe-custom-install.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Helpers/adobe-custom-install.sh b/Helpers/adobe-custom-install.sh index 391791c..48f85e6 100644 --- a/Helpers/adobe-custom-install.sh +++ b/Helpers/adobe-custom-install.sh @@ -183,7 +183,6 @@ DIALOG_LIST_ITEM_NAME="" # listitem. # When the variable is unset, progress will be sent to Swift Dialog's main progress bar. -if [ "$SHOWDIALOG" == "Y" ]; then # display first screen open -a "$dialogApp" --args \ --title "Purple Managed Apps" \ @@ -197,10 +196,8 @@ if [ "$SHOWDIALOG" == "Y" ]; then # give everything a moment to catch up sleep 0.1 - else - echo "Dialog will not open" - installomatorNotify="NOTIFY=silent" - fi + installomatorNotify="NOTIFY=all" + # NOTE: How labels work