Skip to content

Commit 4ebcb33

Browse files
authored
fix log display in UI
Merge pull request #80 from Roddy-D/main
2 parents 93d550a + 62c5871 commit 4ebcb33

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

sing-box.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
args=$@
4-
is_sh_ver=v1.12
4+
is_sh_ver=v1.13
55

66
. /etc/sing-box/sh/src/init.sh

src/core.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,8 @@ is_main_menu() {
15361536
_try_enable_bbr
15371537
;;
15381538
2)
1539-
get log
1539+
load log.sh
1540+
log_set
15401541
;;
15411542
3)
15421543
get test-run

0 commit comments

Comments
 (0)