From b05fa3112fc9ef112dd73391c253f20e1714a446 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Mon, 12 Jan 2009 18:03:14 +0000 Subject: [PATCH] Provide at least some feedback when stopping a daemon-mode server. --- game/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/game/startup.sh b/game/startup.sh index 659452b7a9..ff39a82069 100644 --- a/game/startup.sh +++ b/game/startup.sh @@ -34,6 +34,7 @@ startup_daemon() { stop_server() { ## Stops the running server + echo "Stopping the server..." kill `cat twistd.pid` }