Update 92-local_mounts_v1.2.sh

This commit is contained in:
Alexandre
2021-10-01 21:44:11 +02:00
committed by GitHub
parent 1d948cc7a7
commit bf0097f2ff

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! Mounted to /nmt/$disk"
bashio::log.info "Success! Mounted to /share/$disk"
done || \
bashio::log.warning "Protection mode is ON. Unable to mount local drives!"
fi