From 9c0b0b17e6cac79fb1eada6b14ad616fa90676c2 Mon Sep 17 00:00:00 2001 From: wanhebin <48253420+wanhebin@users.noreply.github.com> Date: Sun, 9 Apr 2023 15:50:25 +0800 Subject: [PATCH] Update start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 3715290..0b33f80 100755 --- a/start.sh +++ b/start.sh @@ -139,7 +139,7 @@ fi # Output Dashboard access address and Secret echo '' -echo -e "Clash Dashboard 访问地址:http://IP:9090/ui" +echo -e "Clash Dashboard 访问地址:http://:9090/ui" echo -e "Secret:${Secret}" echo ''