Removed ill-conceived logging scheme
This commit is contained in:
parent
d87787d25c
commit
e0bab3bfb4
|
|
@ -8,9 +8,7 @@ do
|
|||
git pull
|
||||
echo "Press [CTRL+C] to stop..."
|
||||
sleep 1
|
||||
touch script_log.txt
|
||||
tail -n 1000 script_log.txt
|
||||
python3 main.py &>> script_log.txt
|
||||
python3 main.py
|
||||
sleep 1
|
||||
echo "Died. Updating and restarting..."
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue