Skip to content

Commit

Permalink
Merge pull request #9 from aperloff/GfalSupport
Browse files Browse the repository at this point in the history
gfal-copy needs a clean environment
  • Loading branch information
kpedro88 authored May 11, 2020
2 parents 93eceb1 + d3f7645 commit f349c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jobExecCondor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ stageOut() {
TMPWAIT=0
for ((i=0; i < $NUMREP; i++)); do
if [ $GFAL -eq 1 ]; then
gfal-copy $XRDARGS $INPUT $OUTPUT
env -i X509_USER_PROXY=${X509_USER_PROXY} gfal-copy $XRDARGS $INPUT $OUTPUT
else
xrdcp $XRDARGS $INPUT $OUTPUT
fi
Expand Down

0 comments on commit f349c5e

Please sign in to comment.