Add tricorderFunc back as usable function (#1515)

As per #1464
pull/1517/head
WaLLy3K 7 years ago committed by DL6ER
parent 2516a1e298
commit 6823a62644

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

Loading…
Cancel
Save