mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-20 14:20:13 +00:00
Remove JQ / it shouldnt have been left there as it was not needed
This commit is contained in:
parent
56bbf3b05c
commit
f8e2263f72
1 changed files with 0 additions and 6 deletions
|
@ -14,12 +14,6 @@
|
||||||
#Functions##############################################################################################################
|
#Functions##############################################################################################################
|
||||||
|
|
||||||
#move to pihole
|
#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() {
|
statsUpdateJSON() {
|
||||||
if [[ -z "${AdminLink}" ]] ; then
|
if [[ -z "${AdminLink}" ]] ; then
|
||||||
AdminLink="http://127.0.0.1/admin"
|
AdminLink="http://127.0.0.1/admin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue