mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-06 15:40:17 +00:00
parent
2516a1e298
commit
6823a62644
1 changed files with 1 additions and 0 deletions
1
pihole
1
pihole
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue