diff --git a/emby/root/etc/cont-init.d/92-local_mounts_v1.2.sh b/emby/root/etc/cont-init.d/92-local_mounts_v1.2.sh index d9a382bc2..68625040e 100644 --- a/emby/root/etc/cont-init.d/92-local_mounts_v1.2.sh +++ b/emby/root/etc/cont-init.d/92-local_mounts_v1.2.sh @@ -8,7 +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 + #bashio::require.unprotected MOREDISKS=$(bashio::config 'localdisks') bashio::log.info "Local Disks mounting.. ${MOREDISKS}" && \ for disk in ${MOREDISKS//,/ } # Separate comma separated values