Don't display headers

This commit is contained in:
Brice Waegeneire 2020-10-13 10:56:49 +02:00
parent ef3a38688e
commit 56fe1c6de2

View file

@ -92,7 +92,7 @@ display_results() {
mv -b "$result" "$result".bak || true
# Types: Vhost, System, Htaccess, Template
printf 'File\tAllow\tOrder\tDeny\tSatsify\tTotal (directives)\tCGI\tType (V|S|H|T)\n' >&2
# printf 'File\tAllow\tOrder\tDeny\tSatisfy\tTotal (directives)\tCGI\tType (V|S|H|T)\n' >&2
set -- \
"$confs_vhost" V \
@ -112,7 +112,7 @@ display_results() {
# One line machine summary of the results
display_summary() {
# Types: Vhost, System, Htaccess, Template
printf 'Hostname:\tVhost\tSystem\tHtaccess\tTemplate\tTotal\tCGI\n' >&2
# printf 'Hostname:\tVhost\tSystem\tHtaccess\tTemplate\tTotal\tCGI\n' >&2
printf "%s " "$(hostname)"; awk -f - "$result" <<EOF
BEGIN {