From a34a22e81391d48e97511b23c1f50794a3e46677 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:54:36 +0200 Subject: [PATCH] Update 91-run --- scrutiny/rootfs/etc/cont-init.d/91-run | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scrutiny/rootfs/etc/cont-init.d/91-run b/scrutiny/rootfs/etc/cont-init.d/91-run index da3c1d6cc..16831229c 100644 --- a/scrutiny/rootfs/etc/cont-init.d/91-run +++ b/scrutiny/rootfs/etc/cont-init.d/91-run @@ -26,12 +26,6 @@ grep -rl 'api/' /app | xargs sed -i 's|api/|./api/|g' || true # CRON OPTIONS # ################ -# Remove default daily update -sed -i '$d' /etc/crontabs/root - -# Update at boot -sed -i -e '$a @reboot /run.sh' /etc/crontabs/root - # Align update with options FREQUENCY=$(bashio::config 'Updates') bashio::log.info "$Frequency updates"