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