Update index.py

pull/109/head
midoks 4 years ago
parent 8ee9fd7248
commit 01991246a1
  1. 2
      plugins/openresty/index.py

@ -159,7 +159,7 @@ def initDreplace():
# Openresty is not installed # Openresty is not installed
if not os.path.exists(getServerDir()): if not os.path.exists(getServerDir()):
print "ok" print("ok")
exit(0) exit(0)
file_bin = initD_path + '/' + getPluginName() file_bin = initD_path + '/' + getPluginName()

Loading…
Cancel
Save