display_summary backup file

This commit is contained in:
Brice Waegeneire 2020-10-13 10:59:00 +02:00
parent 4aa7fb6e09
commit 5b4826bacc

View file

@ -111,6 +111,8 @@ display_results() {
# One line machine summary of the results # One line machine summary of the results
display_summary() { display_summary() {
mv -b "$summary" "$summary".bak || true
# Types: Vhost, System, Htaccess, Template # 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