mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
Fix interactive mode to actually show the output in the foreground session, rather than to a log file.
This commit is contained in:
parent
d89f85cb98
commit
0b533b984d
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue