From f05bb6300767df3914b491259b94ac8034cd732a Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 26 Jul 2023 10:15:49 +0200 Subject: [PATCH] fix startup script --- rootfs/etc/cont-init.d/require_unprotected.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rootfs/etc/cont-init.d/require_unprotected.sh b/rootfs/etc/cont-init.d/require_unprotected.sh index 0c20393..d9f93a6 100644 --- a/rootfs/etc/cont-init.d/require_unprotected.sh +++ b/rootfs/etc/cont-init.d/require_unprotected.sh @@ -1,6 +1,9 @@ -#!/usr/bin/with-contenv bashio +#!/bin/sh # Instead of enforcing this requirement, we let the user choose -# to access docker, we need to disable "protection mode" +# if he/she wants to access docker: if so, disabling the "protection mode" is mandatory +exit 0 + +#!/usr/bin/with-contenv bashio #bashio::require.unprotected \ No newline at end of file