Add tricorderFunc back as usable function (#1515)

As per #1464
This commit is contained in:
WaLLy3K 2017-06-04 03:13:40 +10:00 committed by DL6ER
parent 2516a1e298
commit 6823a62644
1 changed files with 1 additions and 0 deletions

1
pihole
View File

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