Update run.sh

This commit is contained in:
Alexandre
2021-06-27 09:25:14 +02:00
committed by GitHub
parent 89873a3f2a
commit d21458fe0e

View File

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