Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chipmonkster committed Oct 9, 2024
1 parent 4084566 commit b3f2b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userdata.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ echo "CFSSL_CA_EXPIRY=$EXPIRES_IN_HOURS" >>.env
echo "CFSSL_SIGN_DEFAULT_EXPIRY=$EXPIRES_IN_HOURS" >>.env
echo "KEYCLOAK_PROFILEROOT_UUID=$(uuidgen -r)" >>.env
echo "KEYCLOAK_HTTPS_KEY_STORE_PASSWORD=${KEYCLOAK_HTTPS_KEY_STORE_PASSWORD}" >> .env
echo "KEYCLOAK_HTTPS_TRUST_STORE_PASSWORD=${KEYCLOAK_HTTPS_TRUST_STORE_PASSWORD} >> .env
echo "KEYCLOAK_HTTPS_TRUST_STORE_PASSWORD=${KEYCLOAK_HTTPS_TRUST_STORE_PASSWORD}" >> .env
if [ ! -z "${DOCKER_TAG_EXTRA}" ]
then
echo "DOCKER_TAG_EXTRA=${DOCKER_TAG_EXTRA}" >>.env
Expand Down

0 comments on commit b3f2b5a

Please sign in to comment.