mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-25 15:43:19 +00:00
Fix pihole updatecheck reboot (#5035)
This commit is contained in:
commit
82dfcbcd83
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -553,7 +553,7 @@ case "${1}" in
|
|||
"restartdns" ) restartDNS "$2";;
|
||||
"-a" | "admin" ) webpageFunc "$@";;
|
||||
"checkout" ) piholeCheckoutFunc "$@";;
|
||||
"updatechecker" ) updateCheckFunc "$@";;
|
||||
"updatechecker" ) shift; updateCheckFunc "$@";;
|
||||
"arpflush" ) arpFunc "$@";;
|
||||
"-t" | "tail" ) tailFunc "$2";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue