Remove JQ / it shouldnt have been left there as it was not needed

This commit is contained in:
Tommy Huff 2016-10-25 19:13:49 -04:00
parent 56bbf3b05c
commit f8e2263f72

View file

@ -14,12 +14,6 @@
#Functions##############################################################################################################
#move to pihole
if [ ! -f "/opt/pihole/jq" ] ; then
curl -s http://stedolan.github.io/jq/download/linux64/jq -o /opt/pihole/jq
chmod 755 /opt/pihole/jq
fi
statsUpdateJSON() {
if [[ -z "${AdminLink}" ]] ; then
AdminLink="http://127.0.0.1/admin"