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.
|
## Starts the server in interactive mode.
|
||||||
init
|
init
|
||||||
echo "Starting in interactive mode..."
|
echo "Starting in interactive mode..."
|
||||||
twistd -n --logfile=logs/evennia.log --python=../src/server.py
|
twistd -n --python=../src/server.py
|
||||||
}
|
}
|
||||||
|
|
||||||
startup_daemon() {
|
startup_daemon() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue