Update 92-local_mounts_v1.1.sh

This commit is contained in:
Alexandre
2021-06-21 21:56:11 +02:00
committed by GitHub
parent 80c9d520de
commit f7e14d62ca

View File

@@ -8,7 +8,6 @@ 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