diff --git a/.templates/00-local_mounts.sh b/.templates/00-local_mounts.sh index 5d1d6255a..1d3c09449 100755 --- a/.templates/00-local_mounts.sh +++ b/.templates/00-local_mounts.sh @@ -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