Fix interactive mode to actually show the output in the foreground session, rather than to a log file.

This commit is contained in:
Greg Taylor 2009-01-12 18:00:27 +00:00
parent d89f85cb98
commit 0b533b984d

View file

@ -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() {