Skip to content

Commit

Permalink
text assignment instead of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
hdaems committed Oct 28, 2021
1 parent d824c6e commit d530295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jboss/container/wildfly/launch/jgroups/added/launch/ha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ generate_dns_ping_config() {

configure_ha_args() {
# Set HA args
IP_ADDR=get_host_ipv4
IP_ADDR=$(get_host_ipv4)
JBOSS_HA_ARGS="-b ${JBOSS_HA_IP:-${IP_ADDR}} -bprivate ${JBOSS_HA_IP:-${IP_ADDR}}"
init_node_name
JBOSS_HA_ARGS="${JBOSS_HA_ARGS} -Djboss.node.name=${JBOSS_NODE_NAME}"
Expand Down
2 changes: 1 addition & 1 deletion jboss/container/wildfly/launch/keycloak/added/keycloak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ function configure_client() {
client_config="${client_config},\"attributes\":{\"saml.signing.certificate\":\"${pem}\"${server_signature}}"
fi
else
service_addr=get_host_ipv4
service_addr=$(get_host_ipv4)
client_config="{\"redirectUris\":[${redirects}]"

if [ -n "$HOSTNAME_HTTP" ]; then
Expand Down

0 comments on commit d530295

Please sign in to comment.