Removed ill-conceived logging scheme

This commit is contained in:
Jacob Henry 2018-11-03 03:58:03 -04:00
parent d87787d25c
commit e0bab3bfb4
1 changed files with 1 additions and 3 deletions

View File

@ -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