From a73a3523af2a9b5b168f4cd5a6233df72f8309f7 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 26 Apr 2007 19:33:15 +0000 Subject: [PATCH] Unintentionally committed a change to startup.sh, reversing. --- startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/startup.sh b/startup.sh index 79e7b0eadc..f1cd0820dd 100755 --- a/startup.sh +++ b/startup.sh @@ -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 &