From 391ed88c59d71ad608a2546b0fd2746985b69dc1 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 11 Jul 2022 20:39:07 +0800 Subject: [PATCH] Update macos.sh --- scripts/install/macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/macos.sh b/scripts/install/macos.sh index bcd77699a..3bcfceae8 100755 --- a/scripts/install/macos.sh +++ b/scripts/install/macos.sh @@ -33,7 +33,7 @@ if [ ! -d $DEV/server/mdserver-web ]; then fi if [ ! -d $DEV/server/lib ]; then - cd $DEV/server/mdserver-web/scripts && ./lib.sh + cd $DEV/server/mdserver-web/scripts && bash lib.sh fi pip3 install mysqlclient