File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1818,8 +1818,8 @@ log_query() {
18181818 echo_content yellow " 1. Trojan Panel Backend"
18191819 echo_content yellow " 2. Trojan Panel Frontend"
18201820 echo_content yellow " 3. Quit"
1821- read -r -p " Please select an application (default: 1 ): " select_log_query_type
1822- [[ -z " ${select_log_query_type} " ]] && select_log_query_type=1
1821+ read -r -p " Please select an application (default: 3 ): " select_log_query_type
1822+ [[ -z " ${select_log_query_type} " ]] && select_log_query_type=3
18231823
18241824 case ${select_log_query_type} in
18251825 1)
Original file line number Diff line number Diff line change @@ -1818,8 +1818,8 @@ log_query() {
18181818 echo_content yellow " 1. Trojan Panel Backend"
18191819 echo_content yellow " 2. Trojan Panel Frontend"
18201820 echo_content yellow " 3. Quit"
1821- read -r -p " Please select an application (default: 1 ): " select_log_query_type
1822- [[ -z " ${select_log_query_type} " ]] && select_log_query_type=1
1821+ read -r -p " Please select an application (default: 3 ): " select_log_query_type
1822+ [[ -z " ${select_log_query_type} " ]] && select_log_query_type=3
18231823
18241824 case ${select_log_query_type} in
18251825 1)
You can’t perform that action at this time.
0 commit comments