mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 18:39:31 +01:00
scripts/limnoria-botchk-cron: fix language in comments.
This commit is contained in:
parent
f6170668d5
commit
7158ebf085
@ -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 :
|
||||||
|
Loading…
Reference in New Issue
Block a user