unprettify the json responses

This commit is contained in:
Martin Sandford 2020-04-28 20:40:20 +01:00
parent 6ba1eda96f
commit 8204e5e81f

View File

@ -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