Update adobe-custom-install.sh

This commit is contained in:
Michael
2023-04-27 14:46:03 +01:00
committed by GitHub
parent 73048a7af4
commit 6f49cdefc7

View File

@@ -183,6 +183,24 @@ 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" \
--icon "$icon" \
--message "$message" \
--mini \
--progress 100 \
--position bottomright \
--movable \
--commandfile "$dialog_command_file"
# give everything a moment to catch up
sleep 0.1
else
echo "Dialog will not open"
installomatorNotify="NOTIFY=silent"
fi
# NOTE: How labels work