mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
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:
parent
7158ebf085
commit
57a456f53b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user