From 154f7545fa7e783e5ce02b59812924228d207aaa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:27:48 +0200 Subject: [PATCH] Update 00-local_mounts.sh --- .templates/00-local_mounts.sh | 1 + 1 file changed, 1 insertion(+) 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