Update 50-mounts

This commit is contained in:
Alexandre
2021-09-05 12:08:56 +02:00
committed by GitHub
parent f392e48710
commit 7e1fd20f4e

View File

@@ -17,7 +17,7 @@ if bashio::config.has_value 'localdisks'; then
mount /dev/$disk /share/$disk && \ mount /dev/$disk /share/$disk && \
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 "Unable to mount local drives!"
fi fi
# Mount CIFS Share if configured and if Protection Mode is active # Mount CIFS Share if configured and if Protection Mode is active