fix: [installer] get last git version

pull/497/head
Terrtia 2020-04-23 10:28:47 +02:00
parent 596dec3f62
commit ed0985f111
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 0 deletions

View File

@ -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 &