From cdd4bd3763641cca4fc770b0f162a9a6fdc0c1de Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 26 Sep 2023 09:56:07 +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 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