Skip to content

Commit 56ace59

Browse files
AlliBalliBabadunglas
authored andcommitted
Fixes hangup.
1 parent 463c969 commit 56ace59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

threadinactive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (handler *inactiveThread) beforeScriptExecution() string {
3030

3131
// wait for external signal to start or shut down
3232
thread.state.MarkAsWaiting(true)
33-
thread.state.WaitFor(state.TransitionRequested, state.ShuttingDown, state.Rebooting)
33+
thread.state.WaitFor(state.TransitionRequested, state.ShuttingDown, state.Rebooting, state.ForceRebooting)
3434
thread.state.MarkAsWaiting(false)
3535

3636
return handler.beforeScriptExecution()

0 commit comments

Comments
 (0)