mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 00-local_mounts.sh
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
bashio::log.info "No Disk with labels."
|
||||
else
|
||||
bashio::log.info "Available Disk Labels:"
|
||||
# shellcheck disable=SC2046
|
||||
for disk in "${autodisks[@]}"; do
|
||||
bashio::log.info "\t${disk}[$(lsblk $(blkid -L "$disk") -no fstype)]"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user