mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [update v1.5] fix update thirdparty
This commit is contained in:
parent
b4e352bb74
commit
da9c6a3b8a
1 changed files with 1 additions and 1 deletions
|
@ -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 ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue