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))