Selaa lähdekoodia

luci-app-ssr-plus: Repair `Hysteria2` version detection (#1358)

zxlhhyccc 1 vuosi sitten
vanhempi
sitoutus
4840ddc1ab
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      luci-app-ssr-plus/root/etc/init.d/shadowsocksr

+ 4 - 4
luci-app-ssr-plus/root/etc/init.d/shadowsocksr

@@ -433,7 +433,7 @@ start_udp() {
 	hysteria)
 	hysteria)
 		gen_config_file $UDP_RELAY_SERVER $type 2 $tmp_udp_port
 		gen_config_file $UDP_RELAY_SERVER $type 2 $tmp_udp_port
 		ln_start_bin $(first_type hysteria) hysteria client --config $udp_config_file
 		ln_start_bin $(first_type hysteria) hysteria client --config $udp_config_file
-		echolog "UDP TPROXY Relay:$($(first_type "hysteria") version | awk '{print $1,$3}') Started!"
+		echolog "UDP TPROXY Relay:$($(first_type "hysteria") version | awk '{print $1,$2}') Started!"
 		;;
 		;;
 	tuic)
 	tuic)
 		# FIXME: ipt2socks cannot handle udp reply from tuic
 		# FIXME: ipt2socks cannot handle udp reply from tuic
@@ -564,7 +564,7 @@ start_shunt() {
 		fi
 		fi
 		ln_start_bin $(first_type hysteria) hysteria client --config $shunt_config_file
 		ln_start_bin $(first_type hysteria) hysteria client --config $shunt_config_file
 		shunt_dns_command
 		shunt_dns_command
-		echolog "shunt:$($(first_type hysteria) version | awk '{print $1,$3}') Started!"
+		echolog "shunt:$($(first_type hysteria) version | awk '{print $1,$2}') Started!"
 		;;
 		;;
 	tuic)
 	tuic)
 		local chain_shunt_port="30${tmp_shunt_port}"
 		local chain_shunt_port="30${tmp_shunt_port}"
@@ -663,7 +663,7 @@ start_local() {
 		if [ "$_local" == "2" ]; then
 		if [ "$_local" == "2" ]; then
 			gen_config_file $LOCAL_SERVER $type 4 0 $local_port
 			gen_config_file $LOCAL_SERVER $type 4 0 $local_port
 			ln_start_bin $(first_type hysteria) hysteria client --config $local_config_file
 			ln_start_bin $(first_type hysteria) hysteria client --config $local_config_file
-			echolog "Global_Socks5:$($(first_type hysteria) version | awk '{print $1,$3}') Started!"
+			echolog "Global_Socks5:$($(first_type hysteria) version | awk '{print $1,$2}') Started!"
 		fi
 		fi
 		;;
 		;;
 	tuic)
 	tuic)
@@ -758,7 +758,7 @@ Start_Run() {
 	hysteria)
 	hysteria)
 		gen_config_file $GLOBAL_SERVER $type 1 $tcp_port $socks_port
 		gen_config_file $GLOBAL_SERVER $type 1 $tcp_port $socks_port
 		ln_start_bin $(first_type hysteria) hysteria client --config $tcp_config_file
 		ln_start_bin $(first_type hysteria) hysteria client --config $tcp_config_file
-		echolog "Main node:$($(first_type hysteria) version | awk '{print $1,$3}') Started!"
+		echolog "Main node:$($(first_type hysteria) version | awk '{print $1,$2}') Started!"
 		;;
 		;;
 	tuic)
 	tuic)
 		local PARAM
 		local PARAM