Skip to content

Commit

Permalink
Wrap destination in quotes per shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarc authored Dec 13, 2021
1 parent 369047f commit 8359a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/oauth/keycloak/fetch_certificate
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ openssl s_client \

hash=$(openssl x509 -hash -in /etc/ssl/certs/keycloak.pem -out /dev/null)

ln -s /etc/ssl/certs/keycloak.pem /etc/ssl/certs/$hash.0
ln -s /etc/ssl/certs/keycloak.pem "/etc/ssl/certs/${hash}.0"

0 comments on commit 8359a5e

Please sign in to comment.