X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=database%2Fconfiguration%2Fcron%2Fuptime_report.crontab;h=5c26b7c616db34b73720b00a308acba09a8367d2;hb=bef7c09ccc46a59e95a4d85f1cee3a9d11d72b71;hp=36e967af9e8c6a4819d3fcf836e3861fe7da8dc7;hpb=e3d3afd48f7f94e751677042e8b8b37a9ab09a35;p=feisty_meow.git diff --git a/database/configuration/cron/uptime_report.crontab b/database/configuration/cron/uptime_report.crontab index 36e967af..5c26b7c6 100644 --- a/database/configuration/cron/uptime_report.crontab +++ b/database/configuration/cron/uptime_report.crontab @@ -4,5 +4,5 @@ SHELL=/bin/bash # m h dom mon dow command # the script writes the current time and current uptime to the log file. -0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) 2>&1 >>/tmp/zz_uptime_report_$USER.log +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