Made output unbuffered (should help with logs). This will need a reboot
This commit is contained in:
parent
6f9deef681
commit
609897dce6
|
|
@ -8,7 +8,7 @@ do
|
|||
git pull
|
||||
echo "Press [CTRL+C] to stop..."
|
||||
sleep 1
|
||||
python3 main.py
|
||||
python3 -u main.py
|
||||
sleep 1
|
||||
echo "Died. Updating and restarting..."
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue