From 57259b1a3283e723b416ca8fd14363173a86c2b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Jul 2023 07:17:07 +0200 Subject: [PATCH] Update Cron in template https://github.com/alexbelgium/hassio-addons/issues/888#issuecomment-1619504375 --- epicgamesfree/rootfs/templates/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicgamesfree/rootfs/templates/config.json b/epicgamesfree/rootfs/templates/config.json index a57a3cb66..69577785b 100644 --- a/epicgamesfree/rootfs/templates/config.json +++ b/epicgamesfree/rootfs/templates/config.json @@ -1,6 +1,6 @@ { "runOnStartup": true, - "cronSchedule": "5 16 * * *", + "cronSchedule": "0 0/6 * * *", "logLevel": "info", "webPortalConfig": { "baseUrl": "https://localhost:3000"