fix: [update v1.5] fix update thirdparty

This commit is contained in:
Terrtia 2019-04-25 17:06:10 +02:00
parent b4e352bb74
commit da9c6a3b8a
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -34,7 +34,7 @@ echo ""
echo "" echo ""
echo -e $GREEN"Update Web thirdparty"$DEFAULT echo -e $GREEN"Update Web thirdparty"$DEFAULT
echo "" echo ""
bash ${AIL_FLASK}update_thirdparty.sh & bash -c "(cd ${AIL_FLASK}; ./update_thirdparty.sh &)"
wait wait
echo "" echo ""