From 90c3278ccedc0f6480251fdb58f33250519a0560 Mon Sep 17 00:00:00 2001 From: Khaled <45347802+JavaDeveloper456788@users.noreply.github.com> Date: Wed, 22 Jan 2025 08:33:14 -0800 Subject: [PATCH] Update update-kc.sh --- Keycloak/update-kc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Keycloak/update-kc.sh b/Keycloak/update-kc.sh index 1bd7003..a828a7d 100644 --- a/Keycloak/update-kc.sh +++ b/Keycloak/update-kc.sh @@ -91,9 +91,10 @@ else if ! echo "$existing_scopes" | grep -q "$scope"; then missing_scopes+=("$scope") - echo "$scope" + fi done fi done +echo "$missing_scopes" kill $REFRESH_PID