From 3d5181ccaa9daee0e29dbfe2d8164ded30eb9b95 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Wed, 6 Oct 2021 18:15:07 +0100 Subject: [PATCH] Update test-raiseticket.sh --- test-raiseticket.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-raiseticket.sh b/test-raiseticket.sh index 435cd71..f2bc03e 100644 --- a/test-raiseticket.sh +++ b/test-raiseticket.sh @@ -53,6 +53,8 @@ zip -r "/Users/Shared/.Purple/Diagnostics/"Diagnostics.$user.$host.$dt.zip "/Use echo Status: Sending Diagnotics to Purple Helpdesk, estimated time: 2 minutes >> /var/tmp/depnotify.log sleep 20s +mail -s "Diagnostics from $user on $host sent on $dt" "testinghelp@prpl.it" + echo Command: DeterminateManualStep: 2 >> /var/tmp/depnotify.log echo Status: "Upload Finished. Once you have completed the ticket request please click 'Finished'." >> /var/tmp/depnotify.log echo Command: ContinueButton: Finished >> /var/tmp/depnotify.log