mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
fix: [installer] get last git version
This commit is contained in:
parent
596dec3f62
commit
ed0985f111
1 changed files with 2 additions and 0 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue