From b24c79dbbbe001d5fff03779b0069865cf08db39 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:55:37 +0200 Subject: [PATCH] Update 00-local_mounts.sh --- .templates/00-local_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 390c93684..230cd5d6d 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -15,7 +15,7 @@ if bashio::config.has_value 'localdisks'; then ## List available Disk with Labels and Id bashio::log.blue "---------------------------------------------------" - bashio::log.info "Available Disks for mounting (excluding devices blocked by HA) :" + bashio::log.info "Available Disks for mounting :" lsblk -o name,label,size,fstype,ro | awk '$4 != "" { print $0 }' | grep -f availabledisks bashio::log.blue "---------------------------------------------------" rm availabledisks