Update mount

This commit is contained in:
Alexandre
2020-11-29 18:48:57 +01:00
committed by GitHub
parent 8e5889faea
commit ad930cab4d

View File

@@ -8,7 +8,7 @@ if bashio::config.has_value 'localdisks'; then
for disk in $MOREDISKS for disk in $MOREDISKS
do do
bashio::log.info "Mount ${disk}" bashio::log.info "Mount ${disk}"
mount $disk /share/$disk && \ mount $disk /share/storage && \
bashio::log.info "Success!" bashio::log.info "Success!"
done || \ done || \
bashio::log.warning "Protection mode is ON. Unable to mount local drives!" bashio::log.warning "Protection mode is ON. Unable to mount local drives!"