1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00

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

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2017-11-21 18:36:34 +01:00
parent 8976930e20
commit eb83081a5c
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

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