Gondolf
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
deploy/arubacentral.sh
|
|
@ -126,7 +126,7 @@ _refresh_access_token() { |
|
|
_debug "❌ Access token is invalid, refreshing..." |
|
|
_debug "❌ Access token is invalid, refreshing..." |
|
|
else |
|
|
else |
|
|
_debug "✅ Access token is still valid, skipping refresh." |
|
|
_debug "✅ Access token is still valid, skipping refresh." |
|
|
return 0 # Skip refresh |
|
|
|
|
|
|
|
|
return 0 # Skip refresh |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# 🔄 Step 2: Refresh token if it's invalid |
|
|
# 🔄 Step 2: Refresh token if it's invalid |
|
|
|