Update install.sh

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

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

Loading…
Cancel
Save