mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update mount
This commit is contained in:
@@ -8,7 +8,7 @@ if bashio::config.has_value 'localdisks'; then
|
||||
for disk in $MOREDISKS
|
||||
do
|
||||
bashio::log.info "Mount ${disk}"
|
||||
mount $disk /share/$disk && \
|
||||
mount $disk /share/storage && \
|
||||
bashio::log.info "Success!"
|
||||
done || \
|
||||
bashio::log.warning "Protection mode is ON. Unable to mount local drives!"
|
||||
|
||||
Reference in New Issue
Block a user