Update 11-mounts

This commit is contained in:
Alexandre
2021-09-05 12:10:14 +02:00
committed by GitHub
parent 101dbceb5c
commit b71da851e5

View File

@@ -18,7 +18,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