Skip to content

Commit

Permalink
fix [: FSUM7766 unbalanced [] startup message (#3022)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
Co-authored-by: Pablo Hernán Carle <pablo.carle@broadcom.com>
  • Loading branch information
pablocarle and Pablo Hernán Carle authored Aug 8, 2023
1 parent 7d5faad commit 8c1d99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-package/src/main/resources/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fi

# setting the cookieName based on the instances
ZWE_components_gateway_apiml_security_auth_uniqueCookie="${ZWE_components_gateway_apiml_security_auth_uniqueCookie:-false}"
if [ "${ZWE_components_gateway_apiml_security_auth_uniqueCookie}" = "true"]; then
if [ "${ZWE_components_gateway_apiml_security_auth_uniqueCookie}" = "true" ]; then
cookieName="apimlAuthenticationToken.${ZWE_zowe_cookieIdentifier}"
fi

Expand Down

0 comments on commit 8c1d99a

Please sign in to comment.