fix: [update v1.5] fix update thirdparty

pull/350/head
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
1 changed files with 1 additions and 1 deletions

View File

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