diff --git a/runloop.sh b/runloop.sh index 01ff2bb..4823728 100755 --- a/runloop.sh +++ b/runloop.sh @@ -10,7 +10,7 @@ do sleep 1 touch script_log.txt tail -n 1000 script_log.txt - python3 WaitonBot.py &>> script_log.txt + python3 main.py &>> script_log.txt sleep 1 echo "Died. Updating and restarting..." done