Update install.sh

pull/447/head
midoks 2 years ago
parent 7492756997
commit 24f520bdc9
  1. 1
      plugins/openresty/install.sh

@ -104,6 +104,7 @@ Install_openresty()
gmake -j${cpuCore} && gmake install && gmake clean
else
make -j${cpuCore} && make install && make clean
fi
if [ -d $serverPath/openresty ];then
echo "${VERSION}" > $serverPath/openresty/version.pl

Loading…
Cancel
Save