Skip to content

Commit

Permalink
fix run_local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen committed Jan 24, 2024
1 parent bd7fbd9 commit edaa7c0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ dirac internal add-vo "${tmp_dir}/cs_store/initialRepo" \
--idp-client-id="idp-client-id" \
--default-group=admin

dirac internal add-group "${tmp_dir}/cs_store/initialRepo" \
--vo=diracAdmin \
--group=admin

dirac internal add-user "${tmp_dir}/cs_store/initialRepo" \
--vo=diracAdmin --user-group=admin \
--vo=diracAdmin --group=admin \
--sub=75212b23-14c2-47be-9374-eb0113b0575e \
--preferred-username=localuser

Expand Down

0 comments on commit edaa7c0

Please sign in to comment.