Update install.sh

pull/123/head
midoks 3 years ago
parent 5682f4c82c
commit e25d2cd775
  1. 3
      plugins/openresty/install.sh

@ -63,9 +63,10 @@ Install_openresty()
Uninstall_openresty()
{
if [ -f /usr/lib/systemd/system/openresty.service ];then
if [ -f /usr/lib/systemd/system/openresty.service ] || [ -f /lib/systemd/system/openresty.service ];then
systemctl stop openresty
rm -rf /usr/systemd/system/openresty.service
rm -rf /lib/systemd/system/openresty.service
systemctl daemon-reload
fi

Loading…
Cancel
Save