We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6114bcd commit 8f0be8aCopy full SHA for 8f0be8a
web/admin/setup/init_cmd.py
@@ -15,7 +15,7 @@
15
16
def contentReplace(src, dst):
17
content = mw.readFile(src)
18
- content = content.replace("{$SERVER_PATH}", mw.getFatherDir())
+ content = content.replace("{$SERVER_PATH}", mw.getPanelDir())
19
20
content += "\n# make:{0}".format(mw.formatDate())
21
mw.writeFile(dst, content)
0 commit comments