From ed0985f111221ae126ba7178bd25994fb72d9fb7 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 23 Apr 2020 10:28:47 +0200 Subject: [PATCH] fix: [installer] get last git version --- installing_deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installing_deps.sh b/installing_deps.sh index 1a889b31..9aa1afdc 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -107,7 +107,9 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh #### DB SETUP #### # init update version +pushd ${AIL_HOME} git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version +popd # LAUNCH ARDB bash ${AIL_BIN}LAUNCH.sh -lav &