X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=infobase%2Fconfiguration%2Fcron%2Fnechung_fortune.crontab;h=8a4feee54cc5f70dfa894cfe1b8ac3a90b3e9738;hb=668c41b51990bc1b1a862ed09a33ac6f9cd16084;hp=6f11b83e98e61aa4d1e84bb334745aacf0ad0869;hpb=a5ac082e97881c155ce3693deb4f81f861243d09;p=feisty_meow.git diff --git a/infobase/configuration/cron/nechung_fortune.crontab b/infobase/configuration/cron/nechung_fortune.crontab index 6f11b83e..8a4feee5 100644 --- a/infobase/configuration/cron/nechung_fortune.crontab +++ b/infobase/configuration/cron/nechung_fortune.crontab @@ -1,10 +1,7 @@ -SHELL=/bin/bash - -# m h dom mon dow command - -USER=fred - #[nechung fortune] -* * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>>/tmp/zz_nechung_fortune_$USER.log +# runs every minute and recreates a fortune for thunderbird signature. +# a lot of the detail below is to get the feisty meow environment loaded for +# the new_sig command. +* * * * * (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; perl $FEISTY_MEOW_SCRIPTS/text/new_sig.pl) &>>/tmp/${CRONUSER}-cron-nechung_fortune.log