Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jun 6, 2022
1 parent 3a55c4b commit 0d87839
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/sysconfig/panda_server.sysconfig.rpmnew.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ unset LD_LIBRARY_PATH

# for DQ2
export X509_CERT_DIR=/etc/grid-security/certificates
export RUCIO_ACCOUNT=panda
if [[ -z "${PANDA_RUCIO_ACCOUNT}" ]]; then
export RUCIO_ACCOUNT=panda
else
export RUCIO_ACCOUNT=${PANDA_RUCIO_ACCOUNT}
fi
export RUCIO_APPID=pandasrv

# panda home
Expand Down

0 comments on commit 0d87839

Please sign in to comment.