s/reboot/restart/ to match the rest of the text.

This commit is contained in:
Jason M. Wood 2013-08-06 08:09:18 -06:00
parent 4bb0888d6b
commit f1792d763b

View File

@ -1111,7 +1111,7 @@ case "$1" in
printf " $WORLD"
if [ $(serverRunning $WORLD) -eq 1 ]; then
if [ $(queryStatus $WORLD | cut -f6) -gt 0 ]; then
sendCommand $WORLD "say The server admin has initiated a server reboot."
sendCommand $WORLD "say The server admin has initiated a server restart."
sendCommand $WORLD "say The server will restart in 1 minute..."
sleep 60
sendCommand $WORLD "say The server is now restarting."