We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3d9cf0 + 466fd79 commit b27e4c3Copy full SHA for b27e4c3
automated install/basic-install.sh
@@ -525,7 +525,7 @@ find_IPv4_information() {
525
fi
526
527
# Append the CIDR notation to the IP address, if valid_ip fails this should return 127.0.0.1/8
528
- IPV4_ADDRESS=$(ip -oneline -family inet address show | grep "${IPv4bare}" | awk '{print $4}' | awk 'END {print}')
+ IPV4_ADDRESS=$(ip -oneline -family inet address show | grep "${IPv4bare}/" | awk '{print $4}' | awk 'END {print}')
529
}
530
531
# Get available interfaces that are UP
0 commit comments