From 0124a7fed115c6891219d0217d34b82e97ff2939 Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Thu, 23 Jul 2020 13:28:45 +0200 Subject: [PATCH] notification text updated, closes #41 --- Installomator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installomator.sh b/Installomator.sh index 31619ea..4e84dda 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -740,7 +740,7 @@ code42) type="pkgInDmg" downloadURL=https://download.code42.com/installs/agent/latest-mac.dmg expectedTeamID="9YV9435DHD" - BLOCKING_PROCESS_ACTION=ignore + blockingProcesses=( NONE ) ;; nomad) # credit: Tadayuki Onishi (@kenchan0130) @@ -1453,7 +1453,7 @@ printlog "$message" if [[ $currentUser != "loginwindow" && $NOTIFY == "success" ]]; then printlog "notifying" - displaynotification "$message" "Installation complete!" + displaynotification "$message" "$name update/installation complete!" fi # all done!