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 Dec 17, 2024
1 parent 52ecc15 commit 1e6d20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ while true; do
-d "refresh_token=$REFRESH_TOKEN" \
"$KC_TOKEN_URL/$KC_REALM_ID/protocol/openid-connect/token")
TKN=$(echo "$response" | jq -r '.access_token')
REFRESH_TOKEN=$(echo "$response" | jq -r '.refresh_token')
echo "refresh"
REFRESH_TOKEN=$(echo "$response" | jq -r '.refresh_token')
sleep 30
done &
REFRESH_PID=$!
Expand Down

0 comments on commit 1e6d20e

Please sign in to comment.