1
0
Fork 0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-04-12 02:20:32 +00:00

Add tricorderFunc back as usable function ()

As per 
This commit is contained in:
WaLLy3K 2017-06-04 03:13:40 +10:00 committed by DL6ER
parent 2516a1e298
commit 6823a62644

1
pihole
View file

@ -423,5 +423,6 @@ case "${1}" in
"-a" | "admin" ) webpageFunc "$@";; "-a" | "admin" ) webpageFunc "$@";;
"-t" | "tail" ) tailFunc;; "-t" | "tail" ) tailFunc;;
"checkout" ) piholeCheckoutFunc "$@";; "checkout" ) piholeCheckoutFunc "$@";;
"tricorder" ) tricorderFunc;;
* ) helpFunc;; * ) helpFunc;;
esac esac