start the logger only for 1.2 now
This commit is contained in:
parent
82ef81ee5c
commit
85ad9d2a83
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ do
|
|||
mv gmon.out gmon.$DATE.out > /dev/null 2>&1
|
||||
# wait a bit so the server is likely up and listening
|
||||
sleep 1
|
||||
if [ "$SERVER" != "trunk" ]; then
|
||||
if [ "$SERVER" == "1.2" ]; then
|
||||
cd $SOURCE/utils/
|
||||
./mp-lobby-logger.pl -j -p $PORT -l $SERVERBASE/currentlobby.log >> $SERVERBASE/logs/lobby-chat.log 2>&1 &
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue