Update run.sh

This commit is contained in:
Alexandre
2021-09-05 11:50:43 +02:00
committed by GitHub
parent f77d5b3699
commit 4ea68ca6e6

View File

@@ -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