Fix pihole updatecheck reboot (#5035)
This commit is contained in:
commit
82dfcbcd83
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 New Issue