Hopefully this doesn't break something

This commit is contained in:
Dusty.P 2018-06-06 22:01:24 -08:00
parent 4801daeafe
commit 994e257026
24 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
until python -m /home/dusty/bin/geeksbot_dev; do
until python -m src; do
echo "Geeksbot shutdown with error: $?. Restarting..." >&2
sleep 1
done