diff --git a/cloudcommander/rootfs/run.sh b/cloudcommander/rootfs/run.sh index a00e7521b..d0f0cd370 100644 --- a/cloudcommander/rootfs/run.sh +++ b/cloudcommander/rootfs/run.sh @@ -46,7 +46,7 @@ fi # Mount local Share if configured and if Protection Mode is active if bashio::config.has_value 'localdisks'; then bashio::log.info 'Mounting local hdd...' - 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