We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47df54e commit 8b9fa75Copy full SHA for 8b9fa75
opensciencegrid/gracc-apel/docker-run.sh
@@ -6,6 +6,9 @@ wrote=$(/usr/libexec/apel/apel_report.py "$@")
6
echo "$wrote"
7
apelfile=${wrote#wrote: }
8
9
+# Output the content of the apelfile before uploading, for debugging purposes
10
+cat $apelfile
11
+
12
cp "$apelfile" /var/spool/apel/outgoing/12345678/1234567890abcd
13
14
exec ssmsend
0 commit comments