Less yellow

This commit is contained in:
Michael Stanclift 2020-05-21 20:51:55 -05:00
parent 0ec2580f59
commit eae913e453

View File

@ -83,7 +83,7 @@ case $# in
case $1 in case $1 in
pull) pull)
echo -e "${GREEN}Success${NC}: Pull requested" echo -e "${GREEN}Success${NC}: Pull Requested"
echo -e "${CYAN}Copying ${GRAVITY_FI} from remote server ${REMOTE_HOST}${NC}" echo -e "${CYAN}Copying ${GRAVITY_FI} from remote server ${REMOTE_HOST}${NC}"
rsync -v --progress -e 'ssh -p 22' ${REMOTE_USER}@${REMOTE_HOST}:${PIHOLE_DIR}/${GRAVITY_FI} ~/${LOCAL_FOLDR}/${GRAVITY_FI} rsync -v --progress -e 'ssh -p 22' ${REMOTE_USER}@${REMOTE_HOST}:${PIHOLE_DIR}/${GRAVITY_FI} ~/${LOCAL_FOLDR}/${GRAVITY_FI}
echo -e "${CYAN}Backing up the running ${GRAVITY_FI} on this server${NC}" echo -e "${CYAN}Backing up the running ${GRAVITY_FI} on this server${NC}"
@ -105,7 +105,7 @@ case $# in
push) push)
echo -e "${GREEN}Success${NC}: Push requested" echo -e "${GREEN}Success${NC}: Push Requested"
echo -e "${YELLOW}WARNING: DATA LOSS IS POSSIBLE${NC}" echo -e "${YELLOW}WARNING: DATA LOSS IS POSSIBLE${NC}"
echo -e "This will send the running ${GRAVITY_FI} from this server to your primary Pihole" echo -e "This will send the running ${GRAVITY_FI} from this server to your primary Pihole"
echo -e "No backup copies are made on the primary Pihole before or after executing this command!" echo -e "No backup copies are made on the primary Pihole before or after executing this command!"
@ -140,8 +140,8 @@ case $# in
update) update)
echo -e "${GREEN}Success:${NC} Update requested" echo -e "${GREEN}Success:${NC} Update Requested"
echo -e "${YELLOW}UPDATE SCRIPT REQUIRES ORIGINAL INSTALL VIA GIT${NC}" # echo -e "${YELLOW}UPDATING REQUIRES ORIGINAL INSTALL VIA GIT${NC}"
echo -e "Are you sure you want to update?" echo -e "Are you sure you want to update?"
select yn in "Update" "Cancel"; do select yn in "Update" "Cancel"; do
case $yn in case $yn in