forked from Qortal/qortal
Log empty responses in qdata
This commit is contained in:
parent
3934120541
commit
3ad0e92a0f
@ -75,6 +75,9 @@ elif [[ "${method}" == "GET" ]]; then
|
||||
fi
|
||||
|
||||
response=$(curl --silent --insecure -X GET "http://${host}:${port}/arbitrary/${service}/${name}?rebuild=${rebuild}&filepath=${filepath}")
|
||||
if [ -z "${response}" ]; then
|
||||
echo "Empty response from ${host}:${port}"
|
||||
fi
|
||||
if [[ "${response}" == *"error"* || "${response}" == *"ERROR"* ]]; then
|
||||
echo "${response}"; exit
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user