Not a function

This commit is contained in:
Bob Mottram 2016-10-19 21:26:34 +01:00
parent 1ceffbd9c2
commit 62608f096a
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ function show_ip_addresses {
echo -n "IPv4: $(get_ipv4_address)"
ipv6_address="$(get_ipv6_address)"
if [ ${#ipv6_address} -gt 0 ]; then
echo " IPv6: $(ipv6_address)"
echo " IPv6: ${ipv6_address}"
fi
echo ''
echo ''