mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-05 05:28:47 +02:00
Update and rename 92-local_mounts_v1.1.sh to 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!"
|
bashio::log.info "Success! Mounted to /nmt/$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