pull/865/head
dami 19 hours ago
parent 2215a7895e
commit 0ec2764369
  1. 3
      plugins/openresty/versions/1.17.8/install.sh
  2. 3
      plugins/openresty/versions/1.19.3/install.sh
  3. 4
      plugins/openresty/versions/1.21.4/install.sh
  4. 4
      plugins/openresty/versions/1.25.3/install.sh
  5. 4
      plugins/openresty/versions/1.27.1/install.sh

@ -183,6 +183,9 @@ Uninstall_openresty()
}
action=$1
if [ "${1}" == "upgrade" ];then
Install_openresty
fi
if [ "${1}" == 'install' ];then
Install_openresty
else

@ -183,6 +183,9 @@ Uninstall_openresty()
}
action=$1
if [ "${1}" == "upgrade" ];then
Install_openresty
fi
if [ "${1}" == 'install' ];then
Install_openresty
else

@ -182,6 +182,10 @@ Uninstall_openresty()
}
action=$1
if [ "${1}" == "upgrade" ];then
Install_openresty
fi
if [ "${1}" == 'install' ];then
Install_openresty
else

@ -197,6 +197,10 @@ Uninstall_openresty()
}
action=$1
if [ "${1}" == "upgrade" ];then
Install_openresty
fi
if [ "${1}" == 'install' ];then
Install_openresty
else

@ -188,6 +188,10 @@ Uninstall_openresty()
}
action=$1
if [ "${1}" == "upgrade" ];then
Install_openresty
fi
if [ "${1}" == 'install' ];then
Install_openresty
else

Loading…
Cancel
Save