Update install.sh

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

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

Loading…
Cancel
Save