mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 07:40:52 +02:00
Update 92-local_mounts_v1.2.sh
This commit is contained in:
@@ -21,7 +21,7 @@ if bashio::config.has_value 'localdisks'; then
|
|||||||
chown -R abc:abc /share/$disk
|
chown -R abc:abc /share/$disk
|
||||||
fi
|
fi
|
||||||
mount /dev/$disk /share/$disk && \
|
mount /dev/$disk /share/$disk && \
|
||||||
bashio::log.info "Success! Mounted to /nmt/$disk"
|
bashio::log.info "Success! Mounted to /share/$disk"
|
||||||
done || \
|
done || \
|
||||||
bashio::log.warning "Protection mode is ON. Unable to mount local drives!"
|
bashio::log.warning "Protection mode is ON. Unable to mount local drives!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user