From 024bb62c679ed5f0ad272ef9c5fb165d1ffb3677 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Thu, 18 Jun 2020 21:33:57 +0800 Subject: [PATCH] Fix: `external-ui` should relative with clash HomeDir --- hub/route/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/route/server.go b/hub/route/server.go index a73e8059..827cdb12 100644 --- a/hub/route/server.go +++ b/hub/route/server.go @@ -36,7 +36,7 @@ type Traffic struct { } func SetUIPath(path string) { - uiPath = path + uiPath = C.Path.Resolve(path) } func Start(addr string, secret string) {