diff --git a/sonarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh b/sonarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh index 005f5f2cd..bdefdc56b 100644 --- a/sonarr/root/etc/cont-init.d/92-local_mounts_v1.1.sh +++ b/sonarr/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