Update 00-local_mounts.sh

This commit is contained in:
Alexandre
2023-09-26 09:56:07 +02:00
committed by GitHub
parent f5bc0b3bff
commit cdd4bd3763

View File

@@ -7,7 +7,7 @@
## List available Disk with Labels and Id
bashio::log.blue "---------------------------------------------------"
bashio::log.blue "By https://github.com/dianlight/hassio-addons "
bashio::log.blue " By https://github.com/dianlight/hassio-addons "
#autodisks=($(lsblk -E label -n -o label | sed -r '/^\s*$/d' | grep -v hassos | grep pp))
readarray -t autodisks < <(lsblk -E label -n -o label -i | sed -r '/^\s*$/d' | grep -v hassos)
if [ ${#autodisks[@]} -eq 0 ]; then