diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 6ff786cbe..96017bd9f 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -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