diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-23 10:12:18 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-09-23 10:12:18 -0700 |
commit | fe8f9763e00a90d9b16d09cd557428431888096b (patch) | |
tree | c5a99a5917351fcb8c0ef432dfde2e7bfdfa3d5c /tools/bin | |
parent | 683aa1a18747e8b5f40cd8bd7330ac762bdd0bad (diff) | |
download | serverdata-fe8f9763e00a90d9b16d09cd557428431888096b.tar.gz serverdata-fe8f9763e00a90d9b16d09cd557428431888096b.tar.bz2 serverdata-fe8f9763e00a90d9b16d09cd557428431888096b.tar.xz serverdata-fe8f9763e00a90d9b16d09cd557428431888096b.zip |
Update server data for changed binary names
Diffstat (limited to 'tools/bin')
-rwxr-xr-x | tools/bin/restart-login | 2 | ||||
-rwxr-xr-x | tools/bin/restart-world | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/bin/restart-login b/tools/bin/restart-login index 765fe248..ebb5fe17 100755 --- a/tools/bin/restart-login +++ b/tools/bin/restart-login @@ -1,3 +1,3 @@ #!/bin/bash -e cd "$1" -restart-pid login-server +restart-pid tmwa-login diff --git a/tools/bin/restart-world b/tools/bin/restart-world index 7fead17f..ccd9e453 100755 --- a/tools/bin/restart-world +++ b/tools/bin/restart-world @@ -24,5 +24,5 @@ then (cd world/map/conf; cat magic.conf.template | ./spells-build > magic.conf) fi -restart-pid char-server -restart-pid map-server +restart-pid tmwa-char +restart-pid tmwa-map |