chg: [update v1.7] update thirdparty

pull/422/head
Terrtia 2019-05-24 13:04:00 +02:00
parent 4794cafe01
commit ffc10decc6
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@ echo -e $GREEN"Shutting down ARDB ..."$DEFAULT
bash ${AIL_BIN}/LAUNCH.sh -k &
wait
echo ""
echo -e $GREEN"Update thirdparty ..."$DEFAULT
bash ${AIL_BIN}/LAUNCH.sh -t &
wait
echo ""
exit 0