From a9c320efb681a56de8d28268909876e1e2b6d2d3 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 21 May 2020 14:10:23 -0500 Subject: [PATCH] Using yellow --- gravity-sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 205e032..26cdec7 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -63,8 +63,8 @@ case $# in 0) echo -e "${RED}Failure${NC}: ${GRAVITY_FI} replication direction required" echo "Usage: $0 {pull|push}" - echo -e "> ${RED}Pull${NC} will copy the ${GRAVITY_FI} configuration on $REMOTE_HOST to this server" - echo -e "> ${RED}Push${NC} will force any changes made on this server to the primary" + echo -e "> ${YELLOW}Pull${NC} will copy the ${GRAVITY_FI} configuration on $REMOTE_HOST to this server" + echo -e "> ${YELLOW}Push${NC} will force any changes made on this server to the primary" exit 1 ;; 1)