Unintentionally committed a change to startup.sh, reversing.

This commit is contained in:
Greg Taylor 2007-04-26 19:33:15 +00:00
parent c54f9f15e4
commit a73a3523af

View file

@ -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 &