GUACAMOLE-1316: Remove incorrect trailing whitespace after backslash escape.

This commit is contained in:
Michael Jumper
2021-04-02 11:28:01 -07:00
parent 24681059c3
commit bdb2ad35ef

View File

@@ -547,7 +547,7 @@ associate_openid() {
if [ -z "$OPENID_AUTHORIZATION_ENDPOINT" ] || \
[ -z "$OPENID_JWKS_ENDPOINT" ] || \
[ -z "$OPENID_ISSUER" ] || \
[ -z "$OPENID_CLIENT_ID" ] || \
[ -z "$OPENID_CLIENT_ID" ] || \
[ -z "$OPENID_REDIRECT_URI" ]
then
cat <<END