From ced96905e9883561d9ad50b0ed665a6a327fb922 Mon Sep 17 00:00:00 2001 From: Emmanuel CHARETTE Date: Sat, 24 Oct 2015 21:55:31 +0200 Subject: [PATCH] Update basic-install.sh change `shutdown -r now` to reboot for ssh users --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 80bb7543..9b5ed24b 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -79,4 +79,4 @@ echo "Entering the event horizon..." sudo /usr/local/bin/gravity.sh echo "Restarting..." -sudo shutdown -r now +sudo reboot