Skip to content

Commit

Permalink
Make sure the gfal-copy command runs in a clean environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexx Perloff authored and Alexx Perloff committed May 11, 2020
1 parent 93eceb1 commit d3f7645
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 d3f7645

Please sign in to comment.