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 you get to the no deferrals left pane and then crash out the script it then goes back to X deferrals left message, but without any number displayed.
(lines 154-156)
if [[ "$notificationCount" -ge "$maxNotificationCount" ]]; then
writelog "$loggedInUser has been notified $notificationCount times; not waiting any longer."
alert_user "$notificationsLeft remaining alerts before auto-install." "$notificationCount"
(reported in Slack by Peter Lewis)
The text was updated successfully, but these errors were encountered:
When you get to the no deferrals left pane and then crash out the script it then goes back to X deferrals left message, but without any number displayed.
(lines 154-156)
(reported in Slack by Peter Lewis)
The text was updated successfully, but these errors were encountered: