Loading bbox-workflow +3 −5 Original line number Diff line number Diff line Loading @@ -475,7 +475,7 @@ sub email_failure { encoding => 'quoted-printable', } ); my $email_body_text = "Hello!\nThis is $RealScript, running on "; my $email_body_text = "Hello!\n\nThis is $RealScript, running on "; $email_body_text .= hostname() . '. '; $email_body_text .= <<"EOF"; I am emailing you to report that something went wrong. Loading @@ -486,9 +486,7 @@ Here's a couple-word summary of what's going on: If a log is available, it is being attached as "workflow-log.txt". When you have a moment, please investigate. To re-run the workflow, use the following command: When you have a moment, please investigate. To re-run the workflow, use the following command: $RealBin/$RealScript $action $runfolder Loading Loading
bbox-workflow +3 −5 Original line number Diff line number Diff line Loading @@ -475,7 +475,7 @@ sub email_failure { encoding => 'quoted-printable', } ); my $email_body_text = "Hello!\nThis is $RealScript, running on "; my $email_body_text = "Hello!\n\nThis is $RealScript, running on "; $email_body_text .= hostname() . '. '; $email_body_text .= <<"EOF"; I am emailing you to report that something went wrong. Loading @@ -486,9 +486,7 @@ Here's a couple-word summary of what's going on: If a log is available, it is being attached as "workflow-log.txt". When you have a moment, please investigate. To re-run the workflow, use the following command: When you have a moment, please investigate. To re-run the workflow, use the following command: $RealBin/$RealScript $action $runfolder Loading