Skip to content

Commit

Permalink
Update update-kc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Jan 22, 2025
1 parent 3c1af3f commit 90c3278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 90c3278

Please sign in to comment.