From 8619f9daf24150829cbb8b7fc3eedf340df65116 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:51:40 +0330 Subject: [PATCH] Comment unnecessary part --- core/scripts/hysteria2/ip.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/core/scripts/hysteria2/ip.sh b/core/scripts/hysteria2/ip.sh index ae083db..5a16208 100644 --- a/core/scripts/hysteria2/ip.sh +++ b/core/scripts/hysteria2/ip.sh @@ -32,10 +32,9 @@ add_ips() { sed -i '/^IP6=/d' "$CONFIG_ENV" 2>/dev/null echo -e "\nIP4=${ipv4_address:-}" >> "$CONFIG_ENV" echo "IP6=${ipv6_address:-}" >> "$CONFIG_ENV" - - echo "IPs have been added to $CONFIG_ENV:" - echo "IP4=${ipv4_address:-Not Found}" - echo "IP6=${ipv6_address:-Not Found}" + # echo "IPs have been added to $CONFIG_ENV:" + # echo "IP4=${ipv4_address:-Not Found}" + # echo "IP6=${ipv6_address:-Not Found}" } edit_ip() {