The previous commit message was way wrong. added job tracking

This commit is contained in:
Jacob Henry 2018-11-03 03:51:56 -04:00
parent 929a8b58be
commit 49f5ca75e4
1 changed files with 1 additions and 1 deletions

View File

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