Update 92-local_mounts.sh

This commit is contained in:
Alexandre
2023-03-04 22:41:51 +01:00
committed by GitHub
parent ebab33560d
commit ad1e84391d

View File

@@ -14,7 +14,9 @@ if [ ${#autodisks[@]} -eq 0 ]; then
bashio::log.info "No Disk with labels."
else
bashio::log.info "Available Disk Labels:"
# shellcheck disable=SC2068
for disk in ${autodisks[@]}; do
# shellcheck disable=SC2046
bashio::log.info "\t${disk}[$(lsblk $(blkid -L "$disk") -no fstype)]"
done
fi