From 7c328800e613fc14b89a5e5dc169189c0ce47471 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 24 Jun 2019 15:09:31 +0200 Subject: [PATCH] fix: [install_dep] create update current_version --- installing_deps.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installing_deps.sh b/installing_deps.sh index db7cfa18..99325f82 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -140,6 +140,9 @@ $AIL_HOME/doc/generate_modules_data_flow_graph.sh #### DB SETUP #### +# init update version +git describe --abbrev=0 --tags | tr -d '\n' > ${AIL_HOME}/update/current_version + # LAUNCH ARDB bash ${AIL_BIN}LAUNCH.sh -lav & wait