From 1eb0040e94d0f654c663646cc02832fc8403dc08 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 12:06:24 +0200 Subject: [PATCH] Remove unprotected --- photoprism/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism/rootfs/run.sh b/photoprism/rootfs/run.sh index 1f8a0c002..fbe509cad 100644 --- a/photoprism/rootfs/run.sh +++ b/photoprism/rootfs/run.sh @@ -48,7 +48,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