Skip to content
Snippets Groups Projects
Commit 46facc30 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Exit codes: return 4 when Duniter is not running

parent 7a3624a5
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ export enum ExitCodes { ...@@ -2,8 +2,8 @@ export enum ExitCodes {
OK = 0, OK = 0,
UNHANDLED_ERROR = 1, UNHANDLED_ERROR = 1,
UNCAUGHT_EXCEPTION = 2, UNCAUGHT_EXCEPTION = 2,
DUNITER_NOT_RUNNING = 2,
SIGINT = 3, SIGINT = 3,
DUNITER_NOT_RUNNING = 4,
SYNC_FAIL = 50, SYNC_FAIL = 50,
FORCE_CLOSE_AFTER_ERROR = 100, FORCE_CLOSE_AFTER_ERROR = 100,
MINDEX_WRITING_ERROR = 500, MINDEX_WRITING_ERROR = 500,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment