1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Improve indentation

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2017-11-21 20:58:27 +01:00
parent c54f04ef4c
commit 6f0bb30def
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -230,7 +230,8 @@ gravity_Pull() {
else else
echo -e "${OVER} ${CROSS} ${str} Not found / empty list" 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
# Determine if the blocklist was downloaded and saved correctly # Determine if the blocklist was downloaded and saved correctly