Skip to content

Commit

Permalink
fix dirac group
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrichards committed Oct 18, 2023
1 parent 1bf6926 commit be76fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dirac-proxy-init -x -N
dirac-configure -F -S ${setupname} -C ${configurl} -I
echo "Configured OK."

read -p 'Creating grid proxy for which DIRAC group (i.e. <vo>_user) [dirac_user]: ' vo
vo=${vo:-'dirac_user'}
read -p 'Creating grid proxy for which DIRAC group (i.e. <vo>_user) [gridpp_user]: ' vo
vo=${vo:-'gridpp_user'}
dirac-proxy-init -g $vo -M --Cert /root/.globus/usercert.pem --Key /root/.globus/userkey.pem
echo "proxy created OK."

0 comments on commit be76fde

Please sign in to comment.