diff --git a/conf/cron b/conf/cron index 3c66c7b..49ebd2b 100644 --- a/conf/cron +++ b/conf/cron @@ -1,5 +1,5 @@ # Update the Cloudlog installation every day at midnight -0 0 * * * /bin/bash -c "/cloudlog.sh" +#0 0 * * * /bin/bash -c "/cloudlog.sh" # Upload QSOs to Club Log (ignore cron job if this integration is not required) 3 */6 * * * curl --silent https://__DOMAIN__/index.php/clublog/upload &>/dev/null