Skip to content

Commit

Permalink
Correct exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Apr 24, 2018
1 parent 60eb5b5 commit ace0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws.py
Expand Up @@ -164,7 +164,7 @@ def setup_websocket(attempt, max_attempts):
tries += 1
elif tries == max_tries:
log('error', 'Max retries exceeded. Exiting, maybe a restart will kick things.')
os._exit(4)
os._exit(5)


if "first_start" in sys.argv and GlobalVars.on_master:
Expand Down

0 comments on commit ace0fbe

Please sign in to comment.