Clarify error message: File could also have been of zero size

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/1779/head
DL6ER 7 years ago
parent 8976930e20
commit eb83081a5c
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -228,7 +228,7 @@ gravity_Pull() {
if [[ -s "${patternBuffer}" ]]; then
echo -e "${OVER} ${TICK} ${str} Retrieval successful"; success=true
else
echo -e "${OVER} ${CROSS} ${str} Not found"
echo -e "${OVER} ${CROSS} ${str} Not found / empty list"
fi;;
* ) echo -e "${OVER} ${CROSS} ${str} ${url} ${httpCode}";;
esac

Loading…
Cancel
Save