From da9c6a3b8a4df618f4294653f3c95dc70d6f2292 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 25 Apr 2019 17:06:10 +0200 Subject: [PATCH] fix: [update v1.5] fix update thirdparty --- update/v1.5/Update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/v1.5/Update.sh b/update/v1.5/Update.sh index 050b21c3..70385b3d 100755 --- a/update/v1.5/Update.sh +++ b/update/v1.5/Update.sh @@ -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 ""