scripts/limnoria-botchk-cron: add clear environment in examples.

This means that the command to run is `/usr/bin/env -i /path/to/limnoria-botchk-cron`.
This commit is contained in:
Mikaela Suomalainen 2014-05-29 20:21:32 +03:00
parent 7158ebf085
commit 57a456f53b
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
## This script executes supybot-botchk and sets correct environment.
## Example entries for crontab:
#*/5 * * * * /home/YOURUSERNAME/.local/bin/supybot-botchk-cron
#*/5 * * * * /home/users/YOURUSERNAME/.local/bin/supybot-botchk-cron
#*/5 * * * * /usr/bin/env -i /home/YOURUSERNAME/.local/bin/supybot-botchk-cron
#*/5 * * * * /usr/bin/env -i /home/users/YOURUSERNAME/.local/bin/supybot-botchk-cron
## Making sure that we use UTF-8.
export LC_ALL=en_US.utf8