From f251af3d8a64d48041c66152267815c514d928a7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 11:51:14 +0200 Subject: [PATCH] Update run.sh --- filebrowser/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser/rootfs/run.sh b/filebrowser/rootfs/run.sh index 3cfc60989..07f55d064 100644 --- a/filebrowser/rootfs/run.sh +++ b/filebrowser/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//,/ }; do # Separate comma separated values