From 22281c7ed6229381a334c8fa4308f33097f58590 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 11:34:38 +0200 Subject: [PATCH] Remove unprotected --- emby/root/etc/cont-init.d/92-local_mounts_v1.2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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