Update run.sh

This commit is contained in:
Alexandre
2021-06-26 16:12:55 +02:00
committed by GitHub
parent e598b35399
commit 4b759ce75b

View File

@@ -59,7 +59,7 @@ if bashio::config.has_value 'localdisks'; then
chown -R abc:abc /share/$disk
fi
mount /dev/$disk /share/$disk && \
bashio::log.info "Success!"
bashio::log.info "Success! Mounted to /nmt/$disk"
done || \
bashio::log.warning "Protection mode is ON. Unable to mount local drives!"
fi || true