unprettify the json responses
This commit is contained in:
parent
6ba1eda96f
commit
8204e5e81f
@ -225,6 +225,8 @@ _cf_rest() {
|
||||
response="$(_get "$CF_Api/$ep")"
|
||||
fi
|
||||
|
||||
response=$(echo $response | tr -d [:space:])
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
_err "error $ep"
|
||||
return 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user