]> gitweb.fluxo.info Git - hydra.git/commitdiff
Cleanup whereis output
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Mar 2014 23:51:32 +0000 (20:51 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Mar 2014 23:51:32 +0000 (20:51 -0300)
share/hydra/whereis

index 5539b7ccd1e513263b761a2f9eff51b64264059f..ec34e34611647dccd1f1214eecd8e07c3c0ad0a3 100755 (executable)
@@ -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 ""