From 899dc8d83af55e36dd4bee4db162231e7ef6804d Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 20 Oct 2020 02:45:16 +0000 Subject: [PATCH] 3.1.0(7) --- prep/gs-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prep/gs-install.sh b/prep/gs-install.sh index 8c483b3..7c2bf01 100644 --- a/prep/gs-install.sh +++ b/prep/gs-install.sh @@ -184,7 +184,7 @@ then fi fi -if [ ! -d gravity-sync ] +if [ -d gravity-sync ] then echo -e "[${RED}✗${NC}] Folder gravity-sync Already Exists" CROSSCOUNT=$((CROSSCOUNT+1))