Skip to content

Commit

Permalink
fix merging auth.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
wguanicedew committed Jul 26, 2022
1 parent 2a0ed05 commit 22f2026
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 22f2026

Please sign in to comment.