diff --git a/plugins/nezha/index.py b/plugins/nezha/index.py index e9427d2a4..4ac40ab98 100755 --- a/plugins/nezha/index.py +++ b/plugins/nezha/index.py @@ -291,6 +291,7 @@ class App: if not os.path.exists(path): d = {} cmd_un = 'cd ' + self.getServerDir() + '/dashboard && ./nezha conf -u ""' + mw.execShell(cmd_un) td = mw.execShell(cmd_un) d['username'] = td[0].strip()