Make runbot re-connect forever.
This commit is contained in:
parent
b00292025b
commit
4636ed4a7a
1 changed files with 3 additions and 1 deletions
4
runbot
4
runbot
|
|
@ -16,5 +16,7 @@ fi
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
APP_PATH=`pwd`
|
APP_PATH=`pwd`
|
||||||
/usr/bin/python $APP_PATH/lolbot.py $CONFIG > server-$NOW.log 2> error-$NOW.log &
|
while true; do
|
||||||
|
/usr/bin/python $APP_PATH/lolbot.py $CONFIG > server-$NOW.log 2> error-$NOW.log
|
||||||
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue