Skip to content

Commit 8b9fa75

Browse files
authored
Output uploaded apel file - for debugging
1 parent 47df54e commit 8b9fa75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opensciencegrid/gracc-apel/docker-run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ wrote=$(/usr/libexec/apel/apel_report.py "$@")
66
echo "$wrote"
77
apelfile=${wrote#wrote: }
88

9+
# Output the content of the apelfile before uploading, for debugging purposes
10+
cat $apelfile
11+
912
cp "$apelfile" /var/spool/apel/outgoing/12345678/1234567890abcd
1013

1114
exec ssmsend

0 commit comments

Comments
 (0)