From 771d0573aeb92e24affd1db2959dc77726579354 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 19 Apr 2018 22:16:58 +0100 Subject: [PATCH] Tidying --- src/freedombone-controlpanel | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 19598c8b..e2dd100d 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -362,19 +362,6 @@ function show_tahoelafs { echo '' } -function show_ip_addresses { - echo $'IP/DNS addresses' - echo '================' - echo '' - echo -n "IPv4: $(get_ipv4_address)/$(get_external_ipv4_address)" - ipv6_address="$(get_ipv6_address)" - if [ ${#ipv6_address} -gt 0 ]; then - echo " IPv6: ${ipv6_address}" - fi - echo '' - echo '' -} - function show_ssh_public_key { echo $'SSH Public Keys' echo '===============' @@ -391,7 +378,6 @@ function show_about { #clear #echo "==== ${PROJECT_NAME} version ${VERSION} ($DEBIAN_VERSION) ====" #echo '' - #show_ip_addresses #show_ssh_public_key show_domains #show_users