mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update basic-install.sh
change `shutdown -r now` to reboot for ssh users
This commit is contained in:
parent
bf397db73e
commit
ced96905e9
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ echo "Entering the event horizon..."
|
||||||
sudo /usr/local/bin/gravity.sh
|
sudo /usr/local/bin/gravity.sh
|
||||||
|
|
||||||
echo "Restarting..."
|
echo "Restarting..."
|
||||||
sudo shutdown -r now
|
sudo reboot
|
||||||
|
|
Loading…
Reference in a new issue