Made output unbuffered (should help with logs). This will need a reboot

This commit is contained in:
Jacob Henry 2018-11-28 12:31:18 -05:00
parent 6f9deef681
commit 609897dce6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ do
git pull git pull
echo "Press [CTRL+C] to stop..." echo "Press [CTRL+C] to stop..."
sleep 1 sleep 1
python3 main.py python3 -u main.py
sleep 1 sleep 1
echo "Died. Updating and restarting..." echo "Died. Updating and restarting..."
done done