From c35de2ec28634abbdb6d6a201be3abd0328b5eb5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:01:34 +0100 Subject: [PATCH] Update 00-global_var.sh --- .templates/00-global_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-global_var.sh b/.templates/00-global_var.sh index e2914d0ea..3159ae2b3 100755 --- a/.templates/00-global_var.sh +++ b/.templates/00-global_var.sh @@ -3,7 +3,7 @@ set -e if ! bashio::supervisor.ping 2>/dev/null; then - bashio::log.blue "Please use ENV variables to define variables" + echo "..." exit 0 fi