chg: [update v1.7] update thirdparty

This commit is contained in:
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

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