From 6b99ad1c02a749c48c23926277114f783f6e01f7 Mon Sep 17 00:00:00 2001 From: Dennis Simpson Date: Tue, 24 Mar 2015 15:09:44 -0400 Subject: [PATCH] Update server-uninstall.sh Added missing closing quote at end of line 51 and removed superfluous exit at end of script. --- server-uninstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server-uninstall.sh b/server-uninstall.sh index ccb153c..8c9eaf0 100644 --- a/server-uninstall.sh +++ b/server-uninstall.sh @@ -48,8 +48,7 @@ clear echo "Now, I BELIEVE everything should be in working order. If not, you might have to do some troubleshooting" echo "Assuming my coding hasnt gotten the best of me, you should be in the directory with all the python script along with a new .json file for the admin page info" echo "I will now reboot...." -echo "NOTE: I've left the git clone in your home folder. Do whatever you want with it +echo "NOTE: I've left the git clone in your home folder. Do whatever you want with it" echo "Rebooting in 15 seconds...." sleep 15s reboot -exit 1