fixed scripts
This commit is contained in:
parent
2af8478ae1
commit
e266fb5389
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
exec_status=$(curl -s https://api.swedenconnect.se/testid/prod/execution-status | jq --raw-output)
|
||||
exec_status=$(curl -s https://api.swedenconnect.se/testid/prod/execution-status | jq --raw-output .)
|
||||
|
||||
exec_status_result=$?
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec_status=$(curl -s https://api.swedenconnect.se/testid/qa/execution-status | jq --raw-output)
|
||||
exec_status=$(curl -s https://api.swedenconnect.se/testid/qa/execution-status | jq --raw-output .)
|
||||
|
||||
exec_status_result=$?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue