From: Silvio Rhatto Date: Thu, 27 Mar 2014 23:51:32 +0000 (-0300) Subject: Cleanup whereis output X-Git-Tag: 0.2.2~37 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=04be99ea0ed4e940dcb9b2f2fed8f6346023a169;p=hydra.git Cleanup whereis output --- 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 ""