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