Skip to content

Commit

Permalink
pass on any arguments to keycloak script
Browse files Browse the repository at this point in the history
  • Loading branch information
falcowinkler committed Jul 4, 2024
1 parent 7799b07 commit 3e835b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
/opt/keycloak/bin/kc.sh start --optimized --hostname $HOSTNAME &
ARGS="$@"
/opt/keycloak/bin/kc.sh start --optimized $ARGS &

KEYCLOAK_PID=$!

Expand Down

0 comments on commit 3e835b4

Please sign in to comment.