Update install.sh

pull/445/head
midoks 2 years ago
parent 830d387ddb
commit 60a2f85f02
  1. 2
      plugins/openresty/install.sh

@ -96,7 +96,7 @@ Install_openresty()
# --with-debug
# 用于调式
make -j${cpuCore} && make install && make clean
gmake -j${cpuCore} && gmake install && make clean
if [ -d $serverPath/openresty ];then
echo "${VERSION}" > $serverPath/openresty/version.pl

Loading…
Cancel
Save