X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fcron%2Foverload_check.crontab;h=b06bd5d3df3dedbd33aebd76c7ce69f48351bccc;hb=e3d3afd48f7f94e751677042e8b8b37a9ab09a35;hp=d81f31f36b3ecdca2e90b5f81de6ffd332e56c37;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/database/configuration/cron/overload_check.crontab b/database/configuration/cron/overload_check.crontab index d81f31f3..b06bd5d3 100644 --- a/database/configuration/cron/overload_check.crontab +++ b/database/configuration/cron/overload_check.crontab @@ -4,6 +4,6 @@ SHELL=/bin/bash # m h dom mon dow command # make a report of the current state of information overload in our notes files. -24 22 * * * (source $HOME/yeti/scripts/core/profile.sh; bash $HOME/yeti/scripts/notes/info_overload_report.sh ) &>/tmp/zz_info_overload_$USER.log +24 22 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/notes/info_overload_report.sh ) 2>&1 >>/tmp/zz_info_overload_$USER.log