Skip to content

Commit

Permalink
simplifying mail message
Browse files Browse the repository at this point in the history
  • Loading branch information
diemort committed Nov 20, 2023
1 parent 96caef0 commit 63830f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrivSim/2018UL/single-run/common/sendmail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TMPDIR=/tmp/

job=$( basename "`ls *.dag`" .dag )

mail -s "${job} :: step ${step} FINISHED" $email <<< "STEP \
mail -s "step ${step} FINISHED" $email <<< "STEP \
${step} HAS FINISHED AND FILES CAN BE FOUND AT \
YOUR OUTPUT AREA."

0 comments on commit 63830f6

Please sign in to comment.