Skip to content

Commit

Permalink
add certs and vomsdir directories
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Dec 10, 2024
1 parent 75e62db commit f7ec77f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if [[ -d /cvmfs/grid.cern.ch ]]
then
ln -s /cvmfs/grid.cern.ch/etc/grid-security/certificates /etc/grid-security/certificates
ln -s /cvmfs/grid.cern.ch/etc/grid-security/vomsdir /etc/grid-security/vomsdir
fi

0 comments on commit f7ec77f

Please sign in to comment.