Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-09-26 08:27:48 +02:00
committed by GitHub
parent b20036056a
commit 154f7545fa

View File

@@ -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