Have a script that I'm going to push out to all machines.
At the end of the script, it calls a custom trigger to run a policy from the JSS. I'm using JamfHelper to pop up a notification for the users, with a 5 minute count down. At the end of the countdown, I want to basically run the "sudo jamf -policy -event <trigger>".
Basically, I'm trying to pass a value (in $4) for a delay before running the trigger. Any advice on the best approach?