Skip to content

Commit a541b0b

Browse files
committed
fix: archive
1 parent c34423d commit a541b0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

archive/install_script_v2.2.0.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

install_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)