Comment unnecessary part

This commit is contained in:
Whispering Wind
2024-12-07 23:51:40 +03:30
committed by GitHub
parent 972bc48ebd
commit 8619f9daf2

View File

@ -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() {