From 7928bfcb874bbd7865ce1d04d2b9695f3ad60aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Mar 2024 23:05:44 +0100 Subject: [PATCH] Update cron --- conf/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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