Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions multi_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.
# All reporting files are left in the /tmp/ directory for troubleshooting and cleaned up when the script is initial run.