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