Skip to content

Commit 4ab3409

Browse files
committed
Update index.py
1 parent c3ad146 commit 4ab3409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/caddy/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def initDreplace():
109109
caddy_file = getConf()
110110
if not os.path.exists(caddy_file):
111111
caddy_file_tpl = getConfTpl()
112-
content = mw.readFile(systemServiceTpl)
112+
content = mw.readFile(caddy_file_tpl)
113113
content = content.replace('{$SERVER_PATH}', service_path)
114114
mw.writeFile(caddy_file, content)
115115

0 commit comments

Comments
 (0)