Skip to content

Commit

Permalink
Update docker_launcher.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Nov 5, 2024
1 parent 98cff6b commit 5bfac15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if [ "X$WORKSPACE" = "X" ] ; then export WORKSPACE=$(/bin/pwd) ; fi
if [ "${X509_USER_PROXY}" = "" ] ; then
x509_proxyfile=x509up_u`id -u`
export X509_USER_PROXY=$WORKSPACE/${x509_proxyfile}
voms-proxy-init -voms cms || true
#Make sure to delete /tmp/${x509_proxyfile} as dasgoclient prefer to read it instead of $X509_USER_PROXY
#See https://github.com/dmwm/dasgoclient/issues/37
[ ! -e /tmp/${x509_proxyfile} ] || rm -f /tmp/${x509_proxyfile}
Expand Down

0 comments on commit 5bfac15

Please sign in to comment.