From 80feb6dda8133c22929c20b408324bfcb5941b77 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Mar 2022 08:18:47 +0100 Subject: [PATCH] Update 31-run.sh --- scrutiny_fa/rootfs/etc/cont-init.d/31-run.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scrutiny_fa/rootfs/etc/cont-init.d/31-run.sh b/scrutiny_fa/rootfs/etc/cont-init.d/31-run.sh index 4947166c4..c745b827c 100644 --- a/scrutiny_fa/rootfs/etc/cont-init.d/31-run.sh +++ b/scrutiny_fa/rootfs/etc/cont-init.d/31-run.sh @@ -1,6 +1,12 @@ #!/usr/bin/with-contenv bashio # shellcheck shell=bash +####################### +# Require unprotected # +####################### + +bashio::require.unprotected + ############## # Data usage # ##############