demonstrates what to put in version.ini, once we get those supported again.
[feisty_meow.git] / database / configuration / cron / overload_check.crontab
index e300b58cdda14b178fbf8855d2e96f8ebcf0b887..a51457a0397b3960e11af2b96af923d7ff216a2f 100644 (file)
@@ -3,7 +3,9 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # make a report of the current state of information overload in our notes files.
-24 22 * * * (source $HOME/feisty_meow/scripts/core/profile.sh; bash $HOME/feisty_meow/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 ) &>>/tmp/zz_info_overload_$USER.log