Skip to content

Commit

Permalink
Merge pull request #83 from diemort/2018ul
Browse files Browse the repository at this point in the history
adding dagman name in mail to specify job
  • Loading branch information
diemort authored Nov 1, 2023
2 parents 92710f6 + 36e8238 commit fabb8f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PrivSim/2018UL/single-run/sendmail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ step=$1
email=`whoami`
TMPDIR=/tmp/

mail -s "step ${step} FINISHED" $email <<< "STEP \
job=$( basename "`ls *.dag`" .dag )

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

0 comments on commit fabb8f1

Please sign in to comment.