Skip to content
Snippets Groups Projects
Commit 86e54986 authored by Fabio Hernandez's avatar Fabio Hernandez
Browse files

Avoid warning by Apptainer v1.2.3 about X509_USER_PROXY defined in both the...

Avoid warning by Apptainer v1.2.3 about X509_USER_PROXY defined in both the environment and the command line option
parent a6e6cb81
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ fi
#
apptainerImage="${thisDir}/nordugrid-arc6-client.sif"
${apptainer} exec \
--cleanenv \
--env X509_USER_PROXY=/tmp/x509_user_proxy \
--bind /etc/grid-security \
--bind ${X509_USER_PROXY}:/tmp/x509_user_proxy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment