1 parent c3ad146 commit 4ab3409Copy full SHA for 4ab3409
1 file changed
plugins/caddy/index.py
@@ -109,7 +109,7 @@ def initDreplace():
109
caddy_file = getConf()
110
if not os.path.exists(caddy_file):
111
caddy_file_tpl = getConfTpl()
112
- content = mw.readFile(systemServiceTpl)
+ content = mw.readFile(caddy_file_tpl)
113
content = content.replace('{$SERVER_PATH}', service_path)
114
mw.writeFile(caddy_file, content)
115
0 commit comments