X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fcron%2Fuptime_report.crontab;h=8a2684ec485f67d4fa42b2d7237e624483cde5e3;hb=af4c17d7b1ff38f9b8c3938372be70d4da2ffc5f;hp=9352e97e14808b27fc3de15ad107dd4258c34492;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/database/configuration/cron/uptime_report.crontab b/database/configuration/cron/uptime_report.crontab index 9352e97e..8a2684ec 100644 --- a/database/configuration/cron/uptime_report.crontab +++ b/database/configuration/cron/uptime_report.crontab @@ -3,6 +3,8 @@ SHELL=/bin/bash # m h dom mon dow command +USER=fred + # the script writes the current time and current uptime to the log file. -0 * * * * (source $HOME/yeti/scripts/core/profile.sh; bash $HOME/yeti/scripts/system/write_uptime_report.sh) &>/dev/null +0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>>/tmp/zz_uptime_report_$USER.log