We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463c969 commit 56ace59Copy full SHA for 56ace59
1 file changed
threadinactive.go
@@ -30,7 +30,7 @@ func (handler *inactiveThread) beforeScriptExecution() string {
30
31
// wait for external signal to start or shut down
32
thread.state.MarkAsWaiting(true)
33
- thread.state.WaitFor(state.TransitionRequested, state.ShuttingDown, state.Rebooting)
+ thread.state.WaitFor(state.TransitionRequested, state.ShuttingDown, state.Rebooting, state.ForceRebooting)
34
thread.state.MarkAsWaiting(false)
35
36
return handler.beforeScriptExecution()
0 commit comments