Update install.sh

pull/109/head
midoks 3 years ago
parent 4a356e9bbe
commit b2007d3d9a
  1. 2
      plugins/openresty/install.sh

@ -45,7 +45,7 @@ Install_openresty()
--with-http_slice_module \
--with-http_stub_status_module
gmake && gmake install && make clean
make && make install && make clean
if [ -d $serverPath/openresty ];then
echo "${VERSION}" > $serverPath/openresty/version.pl

Loading…
Cancel
Save