From 76457f43083dbe547fb3ec524b69126980150283 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Aug 2018 18:40:49 -0500 Subject: [PATCH] Update vnc-install-ubuntu.sh --- vnc-install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnc-install-ubuntu.sh b/vnc-install-ubuntu.sh index 9cd1aef..b2fb6ec 100644 --- a/vnc-install-ubuntu.sh +++ b/vnc-install-ubuntu.sh @@ -19,6 +19,6 @@ EOF echo "Configure Services" sudo systemctl enable x11vnc.service sudo systemctl daemon-reload -echo "Rebotting in 5secs..." +echo "Rebooting in 5 seconds..." sleep 5s sudo shutdown -r now