From 90b4bec32f8929f60e2156a17dc62b228e4053b3 Mon Sep 17 00:00:00 2001 From: Daniel Marsee Date: Thu, 4 Oct 2018 13:14:09 -0900 Subject: [PATCH] And fixed missing "fi" --- calcsetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/calcsetup.sh b/calcsetup.sh index de2d1bd..9fe5dfd 100644 --- a/calcsetup.sh +++ b/calcsetup.sh @@ -6,6 +6,7 @@ sleep 1 cat .alreadyrun sleep 1 exit +fi #read -e -n 1 -p "Do you have an Internet connection? " ans #if [ $ans == "n" ]; then