From 62c5871ddc4f9879211d56272ea962ab31a2ebab Mon Sep 17 00:00:00 2001 From: dhd2333 Date: Sat, 11 Oct 2025 13:32:23 -0400 Subject: [PATCH] fix log display in UI --- sing-box.sh | 2 +- src/core.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sing-box.sh b/sing-box.sh index 82f417d..38e4e21 100644 --- a/sing-box.sh +++ b/sing-box.sh @@ -1,6 +1,6 @@ #!/bin/bash args=$@ -is_sh_ver=v1.12 +is_sh_ver=v1.13 . /etc/sing-box/sh/src/init.sh \ No newline at end of file diff --git a/src/core.sh b/src/core.sh index 201c16f..dc38994 100644 --- a/src/core.sh +++ b/src/core.sh @@ -1536,7 +1536,8 @@ is_main_menu() { _try_enable_bbr ;; 2) - get log + load log.sh + log_set ;; 3) get test-run