refactor: update script

This commit is contained in:
Mauricio Siu
2024-07-25 01:37:35 -06:00
parent c2a676bb67
commit 047a8b7f8c

View File

@@ -59,6 +59,7 @@ get_ip() {
if [ -n "$ipv6" ]; then if [ -n "$ipv6" ]; then
echo "$ipv6" echo "$ipv6"
fi fi
fi
} }
advertise_addr=$(get_ip) advertise_addr=$(get_ip)