From 4ea68ca6e6cee75f74f7c5ae1749a5d59c1f472b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 11:50:43 +0200 Subject: [PATCH] Update run.sh --- cloudcommander/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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