From a96a75684901fe12397d3bd3ee762c61af2af71d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 09:53:01 +0200 Subject: [PATCH] Update 31-run --- scrutiny/rootfs/etc/cont-init.d/31-run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scrutiny/rootfs/etc/cont-init.d/31-run b/scrutiny/rootfs/etc/cont-init.d/31-run index b4b3420b4..4c88c5479 100644 --- a/scrutiny/rootfs/etc/cont-init.d/31-run +++ b/scrutiny/rootfs/etc/cont-init.d/31-run @@ -26,11 +26,10 @@ grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true # CRON OPTIONS # ################ -### Variables FREQUENCY=$(bashio::config 'Updates') + bashio::log.info "$Frequency updates" -### Set frequency case $FREQUENCY in "Hourly") sed -i 's|0 0 * * *|0 * * * *|g' /etc/crontabs/root