From edbfdbe995512f1cecb1419cfa84c629eef27ad6 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sat, 9 Oct 2021 19:32:07 +0100 Subject: [PATCH] Update test-raiseticket.sh --- test-raiseticket.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-raiseticket.sh b/test-raiseticket.sh index 4501d85..48b0250 100644 --- a/test-raiseticket.sh +++ b/test-raiseticket.sh @@ -21,7 +21,6 @@ echo Status: Loading form... Thank you. >> /var/tmp/depnotify.log 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 # START DEPNOTIFY curl -o /Users/Shared/.Purple/launch-dep.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Helpers/launch-dep.sh @@ -109,7 +108,7 @@ echo Command: ContinueButton: Finished >> /var/tmp/depnotify.log # POST RUN CLEANUP rm -rf "/Users/Shared/.Purple/Diagnostics/$dt/ rm -rf "/Users/Shared/.Purple/Diagnostics/*.zip - +rm -rf /Users/Shared/.Purple/CreateTicket.zip # END SCRIPT WITH SUCCESS exit 0