1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-02-22 13:02:02 +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:
DL6ER 2016-12-13 12:42:40 +01:00
parent bc91716082
commit b8d2bfc890

View File

@ -93,7 +93,7 @@ SetExcludeClients(){
Reboot(){
reboot
nohup bash -c "sleep 5; reboot" &> /dev/null </dev/null &
}