Update install.sh

pull/865/head
dami 19 hours ago
parent e51e2dfe27
commit 70005b3b82
  1. 6
      plugins/openresty/versions/1.29.2/install.sh

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

Loading…
Cancel
Save