scripts/limnoria-botchk-cron: fix language in comments.

This commit is contained in:
Mikaela Suomalainen 2014-05-25 16:04:24 +03:00
parent f6170668d5
commit 7158ebf085
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export TZ="/usr/share/zoneinfo/UTC"
#echo export PATH=$PATH #echo export PATH=$PATH
export PATH= export PATH=
## Fill the paths with correct details: ## Put the FULL paths below.
export SB_BC_C_SUPYBOT_BOTCHK= export SB_BC_C_SUPYBOT_BOTCHK=
export SB_BC_C_BOTDIR= export SB_BC_C_BOTDIR=
export SB_BC_C_PIDFILE= 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. ## 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 $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 ## To debug this script, add --verbose to the end while running in
## "supybot-botchk-cron --verbose" ## terminal.
## vim : set ft=sh : ## vim : set ft=sh :