From 0630e823982819664e0aa08453a40abe7542e5b2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:48:55 +0200 Subject: [PATCH] bashio::require.unprotected --- radarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/radarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh b/radarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh index bdefdc56b..005f5f2cd 100644 --- a/radarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh +++ b/radarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh @@ -8,6 +8,7 @@ bashio::log.info 'Mounting external hdd...' # Mount local Share if configured and if Protection Mode is active if bashio::config.has_value 'localdisks'; then + bashio::require.unprotected MOREDISKS=$(bashio::config 'localdisks') bashio::log.info "Local Disks mounting.. ${MOREDISKS}" && \ for disk in ${MOREDISKS//,/ } # Separate comma separated values