diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-27 20:51:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-27 20:51:32 -0300 |
commit | 04be99ea0ed4e940dcb9b2f2fed8f6346023a169 (patch) | |
tree | ed6580edf8a8b30ad7f4f657b25ad34d8ddbc7e3 | |
parent | e6ef6691be06c885f1f17fbe295d782d718b0a13 (diff) | |
download | hydra-04be99ea0ed4e940dcb9b2f2fed8f6346023a169.tar.gz hydra-04be99ea0ed4e940dcb9b2f2fed8f6346023a169.tar.bz2 |
Cleanup whereis output
-rwxr-xr-x | share/hydra/whereis | 4 |
1 files changed, 0 insertions, 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 "" |