Update adobe-custom-install.sh

This commit is contained in:
Michael
2023-04-27 14:54:14 +01:00
committed by GitHub
parent 4307689bf3
commit c59defa248

View File

@@ -183,7 +183,6 @@ DIALOG_LIST_ITEM_NAME=""
# listitem. # listitem.
# When the variable is unset, progress will be sent to Swift Dialog's main progress bar. # When the variable is unset, progress will be sent to Swift Dialog's main progress bar.
if [ "$SHOWDIALOG" == "Y" ]; then
# display first screen # display first screen
open -a "$dialogApp" --args \ open -a "$dialogApp" --args \
--title "Purple Managed Apps" \ --title "Purple Managed Apps" \
@@ -197,10 +196,8 @@ if [ "$SHOWDIALOG" == "Y" ]; then
# give everything a moment to catch up # give everything a moment to catch up
sleep 0.1 sleep 0.1
else installomatorNotify="NOTIFY=all"
echo "Dialog will not open"
installomatorNotify="NOTIFY=silent"
fi
# NOTE: How labels work # NOTE: How labels work