mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Using yellow
This commit is contained in:
parent
a4c17271a7
commit
a9c320efb6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user