From dcac5a2d67d9d00e7e1c577750552f786a41c3ca Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 14 Mar 2022 09:06:33 +0100 Subject: [PATCH] Update setup.sh Typo error in _case_ select --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index da6c43c..a29c981 100644 --- a/setup.sh +++ b/setup.sh @@ -21,7 +21,8 @@ case ${answer:0:1} in ;; * ) echo Ok, continuing.... - ;; + ;; + esac ;; * ) echo Ok, continuing....