X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fcron%2Fuptime_report.crontab;fp=database%2Fconfiguration%2Fcron%2Fuptime_report.crontab;h=f3fe77dd4ec1011eca870ad8969d5ddc9ecd4909;hb=7233d6dd8230bb559027726e40f5069d40e5ec7c;hp=b4f337fd068941842ec3aeff0c348802f00469cb;hpb=cb1380834ef1db724f4e71ce80aabee0f23e9043;p=feisty_meow.git diff --git a/database/configuration/cron/uptime_report.crontab b/database/configuration/cron/uptime_report.crontab index b4f337fd..f3fe77dd 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/profile.sh; bash $HOME/feisty_meow/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) &>/dev/null