diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:27:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:27:07 +0300 |
commit | 791cdc602845ce43e0e1730f2620fba6f466279b (patch) | |
tree | f219003442bd6e8ecef242494d132f5de90b1784 /src/elogin/parse.c | |
parent | 356397b74eab36e34a9c16d06a0d6dedc3c2b344 (diff) | |
download | evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.tar.gz evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.tar.bz2 evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.tar.xz evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.zip |
Add support for exit codes for git pull and building code.
Diffstat (limited to 'src/elogin/parse.c')
-rw-r--r-- | src/elogin/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elogin/parse.c b/src/elogin/parse.c index 7870fad..40f983f 100644 --- a/src/elogin/parse.c +++ b/src/elogin/parse.c @@ -225,6 +225,7 @@ void elogin_parse_serverexit(int fd) case 104: // git pull and all restart case 105: // build all case 106: // rebuild all + case 107: // git pull and build all core->shutdown_callback(); break; case 102: // restart char and map server |