From ecbeca3d3552e494702c56ec4241ec6c84422c7c Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 20 Jun 2026 14:29:40 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/versions/1.31.1/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/openresty/versions/1.31.1/install.sh b/plugins/openresty/versions/1.31.1/install.sh index 5a23e8ce0..bdc7d51fc 100644 --- a/plugins/openresty/versions/1.31.1/install.sh +++ b/plugins/openresty/versions/1.31.1/install.sh @@ -2,8 +2,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/homebrew/bin export PATH -# cd /Users/midoks/Desktop/mwdev/server/mdserver-web/plugins/openresty && bash install.sh install 1.29.2 -# cd /www/server/mdserver-web/plugins/openresty && bash install.sh install 1.29.2 +# cd /Users/midoks/Desktop/mwdev/server/mdserver-web/plugins/openresty && bash install.sh install 1.31.1 +# cd /www/server/mdserver-web/plugins/openresty && bash install.sh install 1.31.1 curPath=`pwd` rootPath=$(dirname "$curPath")