From 04be99ea0ed4e940dcb9b2f2fed8f6346023a169 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Mar 2014 20:51:32 -0300 Subject: Cleanup whereis output --- share/hydra/whereis | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/hydra/whereis b/share/hydra/whereis index 5539b7c..ec34e34 100755 --- a/share/hydra/whereis +++ b/share/hydra/whereis @@ -33,7 +33,6 @@ elif [ -z "$DOMAIN" ]; then fi # Puppet config -echo "----------------------------------------------------------------------------------" echo "Puppet config at $PUPPET" echo "----------------------------------------------------------------------------------" echo "" @@ -61,7 +60,6 @@ fi # DNS config if [ -e "$HYDRA_FOLDER/dns/$DOMAIN.conf" ]; then echo "" - echo "----------------------------------------------------------------------------------" echo "DNS configuration at $HYDRA_FOLDER/dns/$DOMAIN.conf" echo "----------------------------------------------------------------------------------" echo "" @@ -79,7 +77,6 @@ fi # DNS echo "" -echo "----------------------------------------------------------------------------------" echo "DNS response" echo "----------------------------------------------------------------------------------" echo "" @@ -88,7 +85,6 @@ dig +noauthority +nocomments +nocmd +nostats +noadditional $LAYER.$DOMAIN # GeoIP if which geoiplookup &> /dev/null; then echo "" - echo "----------------------------------------------------------------------------------" echo "GeoIP response" echo "----------------------------------------------------------------------------------" echo "" -- cgit v1.2.3