From 0b533b984d05a41a5c2a3770e35a390a03b99d00 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Mon, 12 Jan 2009 18:00:27 +0000 Subject: [PATCH] Fix interactive mode to actually show the output in the foreground session, rather than to a log file. --- game/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/startup.sh b/game/startup.sh index 533ead751d..659452b7a9 100644 --- a/game/startup.sh +++ b/game/startup.sh @@ -23,7 +23,7 @@ startup_interactive() { ## Starts the server in interactive mode. init echo "Starting in interactive mode..." - twistd -n --logfile=logs/evennia.log --python=../src/server.py + twistd -n --python=../src/server.py } startup_daemon() {