diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 02:37:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 02:37:36 +0300 |
commit | 3b22392e73e52ffb2b001288ce9ab54101a03529 (patch) | |
tree | 5e76870a31c8587158c2401e9a9e89a08abce2c9 /src/emap/atcommand.c | |
parent | cb10231838c918dbf380899a947599331818a4bc (diff) | |
download | evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.tar.gz evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.tar.bz2 evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.tar.xz evol-hercules-3b22392e73e52ffb2b001288ce9ab54101a03529.zip |
Add support for exit status code for pull and restart.
Diffstat (limited to 'src/emap/atcommand.c')
-rw-r--r-- | src/emap/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c index 1928620..54370af 100644 --- a/src/emap/atcommand.c +++ b/src/emap/atcommand.c @@ -146,6 +146,7 @@ ACMD1(mapExit) // 101 - restart all servers // 102 - restart char and map servers // 103 - restart map server +// 104 - git pull and restart all servers ACMD1(serverExit) { int code = 0; |