Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-10-05 17:55:37 +02:00
committed by GitHub
parent c69b264d0e
commit b24c79dbbb

View File

@@ -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