From b040257992b0e4cfad01bc85138e91f933fefb08 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:49:12 +0200 Subject: [PATCH] Update 92-local_mounts_v1.1.sh --- emby/root/etc/cont-init.d/92-local_mounts_v1.1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/emby/root/etc/cont-init.d/92-local_mounts_v1.1.sh b/emby/root/etc/cont-init.d/92-local_mounts_v1.1.sh index bdefdc56b..005f5f2cd 100644 --- a/emby/root/etc/cont-init.d/92-local_mounts_v1.1.sh +++ b/emby/root/etc/cont-init.d/92-local_mounts_v1.1.sh @@ -8,6 +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 MOREDISKS=$(bashio::config 'localdisks') bashio::log.info "Local Disks mounting.. ${MOREDISKS}" && \ for disk in ${MOREDISKS//,/ } # Separate comma separated values