From 915ed1dd6636b33f9769dc0a03e0cb4275e4b193 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 19 Oct 2020 22:28:50 +0000 Subject: [PATCH] 3.1.0(1) --- prep/gs-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prep/gs-install.sh b/prep/gs-install.sh index 0bc201c..bb96eee 100644 --- a/prep/gs-install.sh +++ b/prep/gs-install.sh @@ -173,9 +173,9 @@ echo -e "[${YELLOW}i${NC}] ${YELLOW}Status Report${NC}" # Combine Outputs if [ "$CROSSCOUNT" != "0" ] then - echo -e "[${RED}⬣${NC}] ${RED}${CROSSCOUNT} Critical Issues Detected${NC}" - echo -e "[${PURPLE}!${NC}] ${PURPLE}Please Correct Failed Components${NC}" - echo -e "[${YELLOW}i${NC}] ${PURPLE}Installation Exiting (without changes)${NC}" + echo -e "[${RED}*${NC}] ${RED}${CROSSCOUNT} Critical Issue(s) Detected${NC}" + echo -e "[${PURPLE}!${NC}] ${PURPLE}Please Correct Failures and Re-Execute${NC}" + echo -e "[${YELLOW}i${NC}] ${YELLOW}Installation Exiting (without changes)${NC}" else echo -e "[${YELLOW}i${NC}] ${YELLOW}Executing Gravity Sync Deployment${NC}"