From 6823a6264455a28242a30b46d1a5fc759d5f12b3 Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Sun, 4 Jun 2017 03:13:40 +1000 Subject: [PATCH] Add tricorderFunc back as usable function (#1515) As per #1464 --- pihole | 1 + 1 file changed, 1 insertion(+) diff --git a/pihole b/pihole index 08e6b094..f2bc7000 100755 --- a/pihole +++ b/pihole @@ -423,5 +423,6 @@ case "${1}" in "-a" | "admin" ) webpageFunc "$@";; "-t" | "tail" ) tailFunc;; "checkout" ) piholeCheckoutFunc "$@";; + "tricorder" ) tricorderFunc;; * ) helpFunc;; esac