start the logger only for 1.2 now

This commit is contained in:
Gunter Labes 2008-01-15 06:50:43 +00:00
parent 82ef81ee5c
commit 85ad9d2a83

View file

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