Update index.py

pull/109/head
midoks 5 years ago
parent 1011fed0ca
commit a459aa936e
  1. 2
      plugins/openresty/index.py

@ -162,9 +162,9 @@ def initDreplace():
print "ok" print "ok"
exit(0) exit(0)
file_bin = initD_path + '/' + getPluginName()
if not os.path.exists(initD_path): if not os.path.exists(initD_path):
os.mkdir(initD_path) os.mkdir(initD_path)
file_bin = initD_path + '/' + getPluginName()
# initd replace # initd replace
content = mw.readFile(file_tpl) content = mw.readFile(file_tpl)

Loading…
Cancel
Save