From f8e2263f7239a7f8f26ce786ad111c3c4c6cf178 Mon Sep 17 00:00:00 2001 From: Tommy Huff Date: Tue, 25 Oct 2016 19:13:49 -0400 Subject: [PATCH] Remove JQ / it shouldnt have been left there as it was not needed --- advanced/Scripts/chronometer.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/advanced/Scripts/chronometer.sh b/advanced/Scripts/chronometer.sh index fa6545f0..7dd9bcf8 100755 --- a/advanced/Scripts/chronometer.sh +++ b/advanced/Scripts/chronometer.sh @@ -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"