Skip to content

Commit

Permalink
validate_master_cfg.sh: do not fail if master-credential-provider exists
Browse files Browse the repository at this point in the history
  • Loading branch information
cvicentiu authored and RazvanLiviuVarzaru committed Nov 26, 2024
1 parent 9809769 commit 07f9fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_master_cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ err() {
exit 1
}

mkdir master-credential-provider
mkdir -p master-credential-provider
[[ -f master-private.cfg ]] ||
ln -s master-private.cfg-sample master-private.cfg
[[ -f master-config.yaml ]] ||
Expand Down

0 comments on commit 07f9fdd

Please sign in to comment.