made slackbot update on death
This commit is contained in:
parent
fc26a1418f
commit
d27991269a
|
|
@ -5,9 +5,11 @@
|
||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
|
git pull
|
||||||
echo "Press [CTRL+C] to stop..."
|
echo "Press [CTRL+C] to stop..."
|
||||||
sleep 1
|
sleep 1
|
||||||
python3 WaitonBot.py
|
python3 WaitonBot.py
|
||||||
sleep 3
|
sleep 3
|
||||||
python3 CallOfTheVoid.py
|
python3 CallOfTheVoid.py
|
||||||
|
echo "Died. Updating and restarting..."
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue