Skip to content

Commit decfa1d

Browse files
jasoncpattonmatyasselmeci
andauthoredMar 10, 2022
Update vo-frontend-igwn/wip-job-wrappers/simple-bearer-token-job-wrapper.sh
Co-authored-by: Matyas Selmeci <matyas@cs.wisc.edu>
1 parent 89cde83 commit decfa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
export BEARER_TOKEN_FILE="$_CONDOR_CREDS/ligo.use"
2+
[[ -n $BEARER_TOKEN_FILE ]] || export BEARER_TOKEN_FILE="$_CONDOR_CREDS/ligo.use"
33
exec "$@"

0 commit comments

Comments
 (0)
Please sign in to comment.