mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2026-03-14 14:32:35 +03:00
Fix
This commit is contained in:
@@ -260,6 +260,7 @@ check_request() {
|
||||
;;
|
||||
3)
|
||||
content=$(echo $response_body | jq -r '.content')
|
||||
content=$(echo $content | jq -r '.configBase64')
|
||||
warp_config=$(echo "$content" | base64 -d)
|
||||
echo "$warp_config"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user