From 8c180fc66c991171d304a112cc0d3320346e3d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 20 Mar 2024 12:53:26 -0300 Subject: [PATCH] core: start-blueos-core: Add message with version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- core/start-blueos-core | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/start-blueos-core b/core/start-blueos-core index 5f870e159..3ed450e82 100755 --- a/core/start-blueos-core +++ b/core/start-blueos-core @@ -3,6 +3,8 @@ # Immediately exit on errors set -e +echo "BlueOS ${GIT_DESCRIBE_TAGS}" + BLUEOS_PATH=/home/pi SERVICES_PATH=$BLUEOS_PATH/services TOOLS_PATH=$BLUEOS_PATH/tools