Skip to content

Commit

Permalink
Merge pull request #101 from HSF/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wguanicedew authored Jul 26, 2022
2 parents 6ef3e1a + dbe6fc6 commit 242f4e6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions start-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ else
-d /opt/idds/config/idds/auth.cfg

if [ -f /opt/idds/configmap/auth.cfg ]; then
python3 /opt/idds/tools/env/merge_idds_configs.py \
-s /opt/idds/configmap/auth.cfg $IDDS_OVERRIDE_AUTH_CONFIGS \
--use-env \
--prefix IDDS_CFG_AUTH \
-d /opt/idds/config/idds/auth.cfg
python3 /opt/idds/tools/env/merge_configmap.py \
-s /opt/idds/configmap/auth.cfg.json \
-d /opt/idds/config/idds/auth.cfg
fi

python3 /opt/idds/tools/env/merge_configmap.py \
Expand Down

0 comments on commit 242f4e6

Please sign in to comment.