mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-05 20:54:18 +08:00
update json field for api server addr
This commit is contained in:
parent
dac5dd9cb9
commit
482b793c16
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ token=$1
|
|||
|
||||
token_json=$(echo $token | base64 -d)
|
||||
|
||||
api_addr=$(echo $token_json | jq -r '.apiconn')
|
||||
api_addr=$(echo $token_json | jq -r '.apiconnstring')
|
||||
network=$(echo $token_json | jq -r '.network')
|
||||
key=$(echo $token_json | jq -r '.key')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue