mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-14 11:29:04 +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:
parent
8976930e20
commit
eb83081a5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue