diff --git a/install-frps.sh b/install-frps.sh index b18761a..84c7a91 100644 --- a/install-frps.sh +++ b/install-frps.sh @@ -631,8 +631,8 @@ else echo -e "tcp mux : ${COLOR_GREEN}${set_tcp_mux}${COLOR_END}" echo -e "Max Pool count : ${COLOR_GREEN}${set_max_pool_count}${COLOR_END}" echo -e "Log level : ${COLOR_GREEN}${str_log_level}${COLOR_END}" - echo -e "Log max days : ${COLOR_GREEN}${set_log_max_days}${COLOR_END}" - echo -e "Log file : ${COLOR_GREEN}${str_log_file_flag}${COLOR_END}" + echo -e "Log max days : ${COLOR_GREEN}${set_log_max_days}${COLOR_END}" + echo -e "Log file : ${COLOR_GREEN}${str_log_file_flag}${COLOR_END}" echo -e "transport protocol : ${COLOR_GREEN}${set_transport_protocol}${COLOR_END}" echo -e "kcp bind port : ${COLOR_GREEN}${set_kcp_bind_port}${COLOR_END}" echo -e "quic bind port : ${COLOR_GREEN}${set_quic_bind_port}${COLOR_END}"