From 7f3de02d9c93483a7bdfbe6f0847ad1d7aeb111a Mon Sep 17 00:00:00 2001 From: "Dan K. Snelson" Date: Wed, 1 Nov 2023 04:07:44 -0400 Subject: [PATCH] 0.0.10 Signed-off-by: Dan K. Snelson --- Display Message/Display-Message-via-Dialog.bash | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Display Message/Display-Message-via-Dialog.bash b/Display Message/Display-Message-via-Dialog.bash index 36353e7..d82a358 100644 --- a/Display Message/Display-Message-via-Dialog.bash +++ b/Display Message/Display-Message-via-Dialog.bash @@ -46,6 +46,9 @@ # Version 0.0.9, 09-Sep-2023, Dan K. Snelson (@dan-snelson) # - Updated `dialogURL` # +# Version 0.0.10, 01-Nov-2023, Dan K. Snelson (@dan-snelson) +# - Updated `osascript` error message +# #################################################################################################### @@ -56,7 +59,7 @@ # #################################################################################################### -scriptVersion="0.0.9" +scriptVersion="0.0.10" scriptLog="/var/tmp/org.churchofjesuschrist.log" export PATH=/usr/bin:/bin:/usr/sbin:/sbin loggedInUser=$( echo "show State:/Users/ConsoleUser" | scutil | awk '/Name :/ { print $3 }' ) @@ -171,7 +174,7 @@ function dialogCheck() { else # Display a so-called "simple" dialog if Team ID fails to validate - osascript -e 'display dialog "Please advise your Support Representative of the following error:\r\r• Dialog Team ID verification failed\r\r" with title "Setup Your Mac: Error" buttons {"Close"} with icon caution' + osascript -e 'display dialog "Please advise your Support Representative of the following error:\r\r• Dialog Team ID verification failed\r\r" with title "Display Message via Dialog: Error" buttons {"Close"} with icon caution' quitScript "1" fi