Update index.py

pull/109/head
Mr Chen 6 years ago
parent cedff49db7
commit e67bf38631
  1. 2
      plugins/openresty/index.py

@ -240,6 +240,8 @@ def initdUinstall():
if not app_debug:
if public.isAppleSystem():
return "Apple Computer does not support"
public.execShell('chkconfig --del ' + getPluginName())
initd_bin = getInitDFile()
os.remove(initd_bin)
return 'ok'

Loading…
Cancel
Save