Update and rename 92-local_mounts_v1.1.sh to 92-local_mounts_v1.2.sh

This commit is contained in:
Alexandre
2021-06-26 16:13:30 +02:00
committed by GitHub
parent 4b759ce75b
commit c6e8655e91

View File

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