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 | 85a4eb79909185e69712216e98a200a856685deb (patch) | |
tree | b3bddad02ee9c58448f4a8e8a2bd0d7bdfb6bd20 | |
parent | 780bdc631d6d9b5d939f8716598cc9a875322d10 (diff) | |
download | tools-85a4eb79909185e69712216e98a200a856685deb.tar.gz tools-85a4eb79909185e69712216e98a200a856685deb.tar.bz2 tools-85a4eb79909185e69712216e98a200a856685deb.tar.xz tools-85a4eb79909185e69712216e98a200a856685deb.zip |
Update server data for changed binary names
-rwxr-xr-x | bin/restart-login | 2 | ||||
-rwxr-xr-x | bin/restart-world | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/restart-login b/bin/restart-login index 765fe24..ebb5fe1 100755 --- a/bin/restart-login +++ b/bin/restart-login @@ -1,3 +1,3 @@ #!/bin/bash -e cd "$1" -restart-pid login-server +restart-pid tmwa-login diff --git a/bin/restart-world b/bin/restart-world index 7fead17..ccd9e45 100755 --- a/bin/restart-world +++ b/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 |