From 145833d73db181f3972cf9f87437dfa25acb6899 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 22 May 2020 11:59:36 -0500 Subject: [PATCH] Purple! --- gravity-sync.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 37f3b92..5690aae 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -112,12 +112,12 @@ function push_gs { # Logging Functions ## Check Log Function function logs_gs { - echo -e "Last few PULL attempts" + echo -e "Recent ${PURPLE}PULL${NC} attempts" tail -n 10 ${SYNCING_LOG} | grep PULL - echo -e "Last few PULL attempts" - tail -n 10 ${SYNCING_LOG} | grep PUSH - echo -e "Last few UPDATE attempts" + echo -e "Recent ${PURPLE}UPDATE${NC} attempts" tail -n 10 ${SYNCING_LOG} | grep UPDATE + echo -e "Recent ${PURPLE}PUSH${NC} attempts" + tail -n 10 ${SYNCING_LOG} | grep PUSH } ## Log Out