I have a policy that runs at check-in (or from Self Service) that installs a few packages and then runs a script. I need to have a "completed" message come up for the end user. (and stay open)
I'm currently using JamfHelper to do this and that works great. But what I'd like to do is have that message stay open and finish the script and then finish the policy. **and leave that pop up message open
I added the & after the JamfHelper command, which lets everything else finish in the script and then the policy itself finishes. But I found that after the policy is done, that it kills the jamfHelper process and the pop up message goes away.
I think i need to find a way for the jamfHelper to be launched in a separate "process", so when jamf closes the policy, that it will leave that running. But I'm not sure how to do that.
