mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
Wait 5 seconds before rebooting so the web UI can finish loading before being unreachable due to the reboot
This commit is contained in:
parent
bc91716082
commit
b8d2bfc890
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ SetExcludeClients(){
|
||||||
|
|
||||||
Reboot(){
|
Reboot(){
|
||||||
|
|
||||||
reboot
|
nohup bash -c "sleep 5; reboot" &> /dev/null </dev/null &
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue