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