Removed ill-conceived logging scheme
This commit is contained in:
parent
d87787d25c
commit
e0bab3bfb4
|
|
@ -8,9 +8,7 @@ do
|
||||||
git pull
|
git pull
|
||||||
echo "Press [CTRL+C] to stop..."
|
echo "Press [CTRL+C] to stop..."
|
||||||
sleep 1
|
sleep 1
|
||||||
touch script_log.txt
|
python3 main.py
|
||||||
tail -n 1000 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