You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the Setup your Mac.bash script from a Jamf policy, the dialog window will automatically close once Jamf is done executing the policy. This does not give the user a chance to review the status and read the final message update.
To resolve this issue, I added a wait statement before the exit "${exitCode}" in the finalise function.
The text was updated successfully, but these errors were encountered:
When running the
Setup your Mac.bash
script from a Jamf policy, the dialog window will automatically close once Jamf is done executing the policy. This does not give the user a chance to review the status and read the final message update.To resolve this issue, I added a
wait
statement before theexit "${exitCode}"
in thefinalise
function.The text was updated successfully, but these errors were encountered: