From 80c9d520deb0648ffc9819ad8d9a8aef30b9f007 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:55:43 +0200 Subject: [PATCH] Update 92-local_mounts_v1.1.sh --- radarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh | 1 - 1 file changed, 1 deletion(-) 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 005f5f2cd..bdefdc56b 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,7 +8,6 @@ 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