Make health script suck less

This commit is contained in:
Neale Pickett 2007-10-04 16:21:34 -06:00
parent a70cb3c238
commit bcbb096d7d
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
## Restart the bot if it's not running
# Gallium assumes everything's in the cwd
cd /home/neale/src/firebot
cd $(basename $0)
kill -0 `cat gallium.pid` 2>/dev/null || ./gallium.py
kill -0 $(cat gallium.pid) 2>/dev/null || ./gallium.py