Skip to content

Commit

Permalink
fix cminfo_updater scheduled cronjob should be every 4hrs not 4mins f…
Browse files Browse the repository at this point in the history
…or .08 beta
  • Loading branch information
centminmod committed Apr 9, 2015
1 parent db7dfdf commit 7290efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/cpcheck.inc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ fi

if [[ -z "$(crontab -l 2>&1 | grep cminfo_updater)" ]]; then
crontab -l > cronjoblist
echo "*/4 * * * * /usr/bin/cminfo_updater" >> cronjoblist
echo "0 */4 * * * /usr/bin/cminfo_updater" >> cronjoblist
crontab cronjoblist
rm -rf cronjoblist
crontab -l
Expand Down

0 comments on commit 7290efb

Please sign in to comment.