Update init_cmd.py
This commit is contained in:
parent
6114bcd9bc
commit
8f0be8a475
|
|
@ -15,7 +15,7 @@ import core.mw as mw
|
|||
|
||||
def contentReplace(src, dst):
|
||||
content = mw.readFile(src)
|
||||
content = content.replace("{$SERVER_PATH}", mw.getFatherDir())
|
||||
content = content.replace("{$SERVER_PATH}", mw.getPanelDir())
|
||||
|
||||
content += "\n# make:{0}".format(mw.formatDate())
|
||||
mw.writeFile(dst, content)
|
||||
|
|
|
|||
Loading…
Reference in New Issue