Update basic-install.sh

change `shutdown -r now` to reboot for ssh users
This commit is contained in:
Emmanuel CHARETTE 2015-10-24 21:55:31 +02:00
parent bf397db73e
commit ced96905e9
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ echo "Entering the event horizon..."
sudo /usr/local/bin/gravity.sh
echo "Restarting..."
sudo shutdown -r now
sudo reboot