diff --git a/multi_report.txt b/multi_report.txt index 81de263..5f569ea 100644 --- a/multi_report.txt +++ b/multi_report.txt @@ -1394,8 +1394,9 @@ if [[ $Debug_Steps == "true" ]]; then echo "disk_layout_join_html"; fi # We need to join the html files # But first, why don't we just add it as an attachment. -#create_attachment_file Disk_layout.html -#if test -e Disk_layout.html; then rm Disk_layout.html; fi # I do not need to delete this file first, I do overwrite it. +# create_attachment_file Disk_layout.html +# if test -e Disk_layout.html; then rm Disk_layout.html; fi +# I do not need to delete this file first, I do overwrite it. cat $disk_layout_html_file > Disk_layout.html (echo "create_attachment_file Disk_layout.html Disk_layout.html" >> /tmp/attachment_files.txt) @@ -15139,4 +15140,4 @@ if test -e "/tmp/multi_report_update.txt"; then rm "/tmp/multi_report_update.txt duration=$SECONDS if [[ $Develop == "true" ]]; then echo "$(($duration / 60)) minutes and $(($duration % 60)) seconds elapsed."; fi -# All reporting files are left in the /tmp/ directory for troubleshooting and cleaned up when the script is initial run. \ No newline at end of file +# All reporting files are left in the /tmp/ directory for troubleshooting and cleaned up when the script is initial run.