mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 23:14:44 +00:00
Remove the ability to reboot/shutdown via webpage.sh
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
ea748822ef
commit
44bfb8ebf0
1 changed files with 0 additions and 10 deletions
|
@ -401,14 +401,6 @@ SetExcludeClients() {
|
||||||
addOrEditKeyValPair "${setupVars}" "API_EXCLUDE_CLIENTS" "${args[2]}"
|
addOrEditKeyValPair "${setupVars}" "API_EXCLUDE_CLIENTS" "${args[2]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
Poweroff(){
|
|
||||||
nohup bash -c "sleep 5; poweroff" &> /dev/null </dev/null &
|
|
||||||
}
|
|
||||||
|
|
||||||
Reboot() {
|
|
||||||
nohup bash -c "sleep 5; reboot" &> /dev/null </dev/null &
|
|
||||||
}
|
|
||||||
|
|
||||||
RestartDNS() {
|
RestartDNS() {
|
||||||
"${PI_HOLE_BIN_DIR}"/pihole restartdns
|
"${PI_HOLE_BIN_DIR}"/pihole restartdns
|
||||||
}
|
}
|
||||||
|
@ -857,8 +849,6 @@ main() {
|
||||||
"setdns" ) SetDNSServers;;
|
"setdns" ) SetDNSServers;;
|
||||||
"setexcludedomains" ) SetExcludeDomains;;
|
"setexcludedomains" ) SetExcludeDomains;;
|
||||||
"setexcludeclients" ) SetExcludeClients;;
|
"setexcludeclients" ) SetExcludeClients;;
|
||||||
"poweroff" ) Poweroff;;
|
|
||||||
"reboot" ) Reboot;;
|
|
||||||
"restartdns" ) RestartDNS;;
|
"restartdns" ) RestartDNS;;
|
||||||
"setquerylog" ) SetQueryLogOptions;;
|
"setquerylog" ) SetQueryLogOptions;;
|
||||||
"enabledhcp" ) EnableDHCP;;
|
"enabledhcp" ) EnableDHCP;;
|
||||||
|
|
Loading…
Reference in a new issue