mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 11:31:31 +02:00
Update mount
This commit is contained in:
@@ -8,7 +8,7 @@ if bashio::config.has_value 'localdisks'; then
|
|||||||
for disk in $MOREDISKS
|
for disk in $MOREDISKS
|
||||||
do
|
do
|
||||||
bashio::log.info "Mount ${disk}"
|
bashio::log.info "Mount ${disk}"
|
||||||
mount $disk /share/$disk && \
|
mount $disk /share/storage && \
|
||||||
bashio::log.info "Success!"
|
bashio::log.info "Success!"
|
||||||
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!"
|
||||||
|
|||||||
Reference in New Issue
Block a user