pull/620/head
Mr Chen 10 months ago
parent c962c6f86a
commit 2e7afad20b
  1. 4
      plugins/openresty/info.json
  2. 6
      plugins/openresty/install.sh

@ -12,6 +12,6 @@
"home":"http://openresty.org",
"date":"2017-11-24",
"pid": "1",
"versions": ["1.17.8.2","1.19.3.1","1.21.4.2","1.21.4.3","1.25.3.2"],
"updates": ["1.17.8.2","1.19.3.1","1.21.4.2","1.21.4.3","1.25.3.2"]
"versions": ["1.17.8","1.19.3","1.21.4","1.25.3"],
"updates": ["1.17.8.2","1.19.3.1","1.21.4.2","1.25.3.2"]
}

@ -26,12 +26,6 @@ else
useradd -g www -s /bin/bash www
fi
if [ "$sysName" == "Darwin" ];then
BAK='_bak'
else
BAK=''
fi
if [ "${2}" == "" ];then
echo '缺少安装脚本版本...'
exit 0

Loading…
Cancel
Save