X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fbotchk.sh;h=f67b5d0a6c56d47532111af11e3eb57fe60f5a9c;hb=0a03234c837cefef8cd59c3f078e8a1732ae35c9;hp=7ed1b0d9e8ddf8e4caa3e4c0c130131adf43e730;hpb=c8d38087b86e0d6e1eb8142cfb0437c700ad49b8;p=infobot.git diff --git a/scripts/botchk.sh b/scripts/botchk.sh index 7ed1b0d..f67b5d0 100755 --- a/scripts/botchk.sh +++ b/scripts/botchk.sh @@ -1,7 +1,7 @@ #!/bin/sh BOTDIR=/home/apt/bot -BOTNICK=blootbot +BOTNICK=infobot PIDFILE=$BOTDIR/$BOTNICK.pid if [ -f $PIDFILE ]; then # exists. @@ -10,10 +10,10 @@ if [ -f $PIDFILE ]; then # exists. exit 0 fi - # blootbot removes the pid file. + # infobot removes the pid file. echo "stale pid file; removing." # rm -f $PIDFILE fi cd $BOTDIR -./blootbot +./infobot