Browse Source

Update arubacentral.sh

pull/6218/head^2
Gondolf 9 months ago
committed by GitHub
parent
commit
529d1789cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      deploy/arubacentral.sh

2
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

Loading…
Cancel
Save