From 53b1ca2c9e84fa27aba74694fbb1ce4f0310cc58 Mon Sep 17 00:00:00 2001 From: Mike Hurley Date: Thu, 22 Aug 2019 18:32:39 +0000 Subject: [PATCH] modified call for CentOS quick installer --- INSTALL/now.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL/now.sh b/INSTALL/now.sh index 04f1aa64..5ffb2e8f 100644 --- a/INSTALL/now.sh +++ b/INSTALL/now.sh @@ -35,10 +35,10 @@ sh INSTALL/opensuse.sh ;; "6") chmod +x "INSTALL/CentOS - Quick Install.sh" -sh "INSTALL/CentOS - Quick Install.sh" +sh "INSTALL/CentOS - Quick Install.sh" 1 ;; *) echo "Choice not found." ;; -esac +esac \ No newline at end of file