From dacbce1b2702c9e1cd25b83d3214043992b446f3 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 9 Oct 2021 19:28:34 +0100 Subject: [PATCH] Update test-raiseticket.sh --- test-raiseticket.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-raiseticket.sh b/test-raiseticket.sh index ce89f68..4501d85 100644 --- a/test-raiseticket.sh +++ b/test-raiseticket.sh @@ -18,6 +18,7 @@ echo Command: MainText: In a few moments our support ticket form will open in Sa echo Status: Loading form... Thank you. >> /var/tmp/depnotify.log # Download CreateTicket application +cd /Users/Shared/.Purple/ curl -o /Users/Shared/.Purple/CreateTicket.zip https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/CreateTicket.zip unzip /Users/Shared/.Purple/CreateTicket.zip rm -rf /Users/Shared/.Purple/CreateTicket.zip @@ -34,7 +35,7 @@ sleep 6s # OLD METHOD open -a safari http://purplecomputing.com/support -osascript -e "tell application \"/Users/Shared/.Purple/CreateTicket.app\" to activate" +open "/Users/Shared/.Purple/CreateTicket.app" #echo Command: Website: https://www.cognitoforms.com/PurpleComputingLimited/SupportRequestForm >> /var/tmp/depnotify.log echo Command: DeterminateManual: 5 >> /var/tmp/depnotify.log