From 1e8f6e5fe9caf97b771437151600ced20e51ea55 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Sat, 23 May 2020 13:30:44 -0500 Subject: [PATCH] Line breaks --- gravity-sync.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 671305d..87d003d 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -87,7 +87,11 @@ function pull_gs { function push_gs { TASKTYPE='PUSH' echo -e "[${PURPLE}WARN${NC}] DATA LOSS IS POSSIBLE" - echo -e "The standard use of this script is to ${YELLOW}PULL${NC} data from the primary PH server to the secondary. By issuing a ${YELLOW}PUSH${NC}, we will instead overwrite the ${GRAVITY_FI} on ${YELLOW}${REMOTE_HOST}${NC} with ${YELLOW}$HOSTNAME${NC} server data. A copy of the remote ${GRAVITY_FI} will be saved to this server at $HOME/${LOCAL_FOLDR}/${BACKUP_FOLD}/${GRAVITY_FI}.push" + echo -e "The standard use of this script is to ${YELLOW}PULL${NC} data from the" + echo -e "primary PH server to the secondary. By issuing a ${YELLOW}PUSH${NC}, we" + echo -e "will instead overwrite the ${GRAVITY_FI} on ${YELLOW}${REMOTE_HOST}${NC}" + echo -e "with ${YELLOW}$HOSTNAME${NC} server data. A copy of the remote ${GRAVITY_FI}" + echo -e "will be saved to this server at $HOME/${LOCAL_FOLDR}/${BACKUP_FOLD}/${GRAVITY_FI}.push" echo -e "" echo -e "Are you sure you want to overwrite the primary node configuration on ${REMOTE_HOST}?" select yn in "Yes" "No"; do