]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/botchk.sh
* Merge changes from prposed changes
[infobot.git] / scripts / botchk.sh
index 7ed1b0d9e8ddf8e4caa3e4c0c130131adf43e730..a93429a1a26988b52f429c21d51491c403011a8f 100755 (executable)
@@ -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,12 @@ 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
+
+# vim:ts=4:sw=4:expandtab:tw=80