lolbot: output to a separate logs directory.
This commit is contained in:
parent
3100081986
commit
9ed047fa46
1 changed files with 1 additions and 1 deletions
2
runbot
2
runbot
|
|
@ -17,6 +17,6 @@ fi
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
APP_PATH=`pwd`
|
APP_PATH=`pwd`
|
||||||
while true; do
|
while true; do
|
||||||
/usr/bin/python $APP_PATH/lolbot.py $CONFIG > server-$NOW.log 2> error-$NOW.log
|
/usr/bin/python $APP_PATH/lolbot.py $CONFIG > logs/server-$NOW.log 2> logs/error-$NOW.log
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue