mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
finalAction - Key to Disable Countdown and Require Manual Exit #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phillscholl on GitHub.
It would be great to have a finalAction key that disables just the automatic final countdown and instead requires the user or admin to manually click Continue, Shutdown, or Reboot. This would allow them to review the status of all steps, ensure everything completed successfully, and manually exit the Setup Manager when ready.
@scriptingosx commented on GitHub:
https://github.com/jamf/Setup-Manager/blob/main/ConfigurationProfile.md#finalcountdown
finalCountdown
(Number/integer, optional, default: 60)
This key changes the duration (in seconds) of the "final countdown" before the app automatically performs the finalAction. Set to -1 to disable automated execution.
Example:
finalCountdown
30
Disable the countdown:
finalCountdown
-1