pull/865/head
dami 19 hours ago
parent c7325645be
commit 30f499f3cd
  1. 6
      plugins/openresty/versions/1.17.8/install.sh
  2. 6
      plugins/openresty/versions/1.19.3/install.sh
  3. 6
      plugins/openresty/versions/1.21.4/install.sh
  4. 6
      plugins/openresty/versions/1.25.3/install.sh
  5. 6
      plugins/openresty/versions/1.27.1/install.sh
  6. 1
      plugins/openresty/versions/1.29.2/install.sh

@ -19,8 +19,10 @@ openrestyDir=${serverPath}/source/openresty
Install_openresty()
{
if [ -d $serverPath/openresty ];then
exit 0
if [ "${action}" == "install" ];then
if [ -d $serverPath/openresty ];then
exit 0
fi
fi
# ----- cpu start ------

@ -19,8 +19,10 @@ openrestyDir=${serverPath}/source/openresty
Install_openresty()
{
if [ -d $serverPath/openresty ];then
exit 0
if [ "${action}" == "install" ];then
if [ -d $serverPath/openresty ];then
exit 0
fi
fi
# ----- cpu start ------

@ -20,8 +20,10 @@ openrestyDir=${serverPath}/source/openresty
Install_openresty()
{
if [ -d $serverPath/openresty ];then
exit 0
if [ "${action}" == "install" ];then
if [ -d $serverPath/openresty ];then
exit 0
fi
fi
# ----- cpu start ------

@ -20,8 +20,10 @@ openrestyDir=${serverPath}/source/openresty
Install_openresty()
{
if [ -d $serverPath/openresty ];then
exit 0
if [ "${action}" == "install" ];then
if [ -d $serverPath/openresty ];then
exit 0
fi
fi
# ----- cpu start ------

@ -20,8 +20,10 @@ openrestyDir=${serverPath}/source/openresty
Install_openresty()
{
if [ -d $serverPath/openresty ];then
exit 0
if [ "${action}" == "install" ];then
if [ -d $serverPath/openresty ];then
exit 0
fi
fi
# ----- cpu start ------

@ -20,7 +20,6 @@ openrestyDir=${serverPath}/source/openresty
Install_openresty()
{
echo "action:${action}"
if [ "${action}" == "install" ];then
if [ -d $serverPath/openresty ];then
exit 0

Loading…
Cancel
Save