From e1c47e80089ceffff247ce386fe79d13cab29e61 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 17 Dec 2018 21:38:08 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/versions/1.13.6/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/openresty/versions/1.13.6/install.sh b/plugins/openresty/versions/1.13.6/install.sh index dbce740f7..5d7492547 100755 --- a/plugins/openresty/versions/1.13.6/install.sh +++ b/plugins/openresty/versions/1.13.6/install.sh @@ -25,8 +25,6 @@ Install_openresty() cd ${openrestyDir}/openresty-1.13.6.2 && ./configure --prefix=$serverPath/openresty \ --with-openssl=$serverPath/source/lib/openssl-1.0.2q \ --with-http_stub_status_module \ - --user=www \ - --group=www \ && make && make install && \ echo '1.13.6' > $serverPath/openresty/version.pl