From 4c7dbaac07e87e91d5089e7877c2ff7c585e324b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:13:08 +0100 Subject: [PATCH] Update 00-banner.sh --- .templates/00-banner.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 7542a8602..c37af234d 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -10,6 +10,7 @@ if ! bashio::supervisor.ping 2>/dev/null; then bashio::log.blue \ '-----------------------------------------------------------' bashio::log.blue "Starting addon without HA support" + bashio::log.blue "Version : ${BUILD_VERSION:-1.0}" bashio::log.blue "Please use Docker Compose for env variables" bashio::log.blue \ '-----------------------------------------------------------'