From 7158ebf08512317d92de13bfcc253b627fc2f598 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 May 2014 16:04:24 +0300 Subject: [PATCH] scripts/limnoria-botchk-cron: fix language in comments. --- scripts/limnoria-botchk-cron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/limnoria-botchk-cron b/scripts/limnoria-botchk-cron index 895ba2dd4..1978db4c3 100755 --- a/scripts/limnoria-botchk-cron +++ b/scripts/limnoria-botchk-cron @@ -17,7 +17,7 @@ export TZ="/usr/share/zoneinfo/UTC" #echo export PATH=$PATH export PATH= -## Fill the paths with correct details: +## Put the FULL paths below. export SB_BC_C_SUPYBOT_BOTCHK= export SB_BC_C_BOTDIR= export SB_BC_C_PIDFILE= @@ -27,7 +27,7 @@ export SB_BC_C_CONFFILE= ## You don't need to change this line, everything is set above. $SB_BC_C_SUPYBOT_BOTCHK --botdir=$SB_BC_C_BOTDIR --pidfile=$SB_BC_C_PIDFILE --supybot=$SB_BC_C_SUPYBOT --conffile=$SB_BC_C_CONFFILE $1 -## Debugging this supybot-botchk with this script: run -## "supybot-botchk-cron --verbose" +## To debug this script, add --verbose to the end while running in +## terminal. ## vim : set ft=sh :