The previous commit message was way wrong. added job tracking
This commit is contained in:
parent
929a8b58be
commit
49f5ca75e4
|
|
@ -10,7 +10,7 @@ do
|
||||||
sleep 1
|
sleep 1
|
||||||
touch script_log.txt
|
touch script_log.txt
|
||||||
tail -n 1000 script_log.txt
|
tail -n 1000 script_log.txt
|
||||||
python3 WaitonBot.py &>> script_log.txt
|
python3 main.py &>> script_log.txt
|
||||||
sleep 1
|
sleep 1
|
||||||
echo "Died. Updating and restarting..."
|
echo "Died. Updating and restarting..."
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue