1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +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 if [[ -s "${patternBuffer}" ]]; then
echo -e "${OVER} ${TICK} ${str} Retrieval successful"; success=true echo -e "${OVER} ${TICK} ${str} Retrieval successful"; success=true
else else
echo -e "${OVER} ${CROSS} ${str} Not found" echo -e "${OVER} ${CROSS} ${str} Not found / empty list"
fi;; fi;;
* ) echo -e "${OVER} ${CROSS} ${str} ${url} ${httpCode}";; * ) echo -e "${OVER} ${CROSS} ${str} ${url} ${httpCode}";;
esac esac