mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Unintentionally committed a change to startup.sh, reversing.
This commit is contained in:
parent
c54f9f15e4
commit
a73a3523af
1 changed files with 2 additions and 2 deletions
|
|
@ -20,6 +20,6 @@ mv $LOGNAME $LOGNAME_OLD
|
|||
## Generate profile data for use with cProfile.
|
||||
# $PYTHON_BIN -m cProfile -o profiler.log -s time server.py
|
||||
## Interactive mode. Good for development and debugging.
|
||||
$PYTHON_BIN server.py
|
||||
#$PYTHON_BIN server.py
|
||||
## Stand-alone mode. Good for running games.
|
||||
#nohup $PYTHON_BIN server.py > $LOGNAME &
|
||||
nohup $PYTHON_BIN server.py > $LOGNAME &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue