From 964bf8ea1f08b205c40fad91ed5dfc1b321e5e44 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 12:58:50 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 3cfd997..1f869ff 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -123,7 +123,7 @@ case $1 in if [ ${hour: -5} = "_BASE" ]; then echo -e "${CS[color,LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL${CS[color,Default]}" else - echo -e "${CS[color,Green]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${CS[color,Default]}" + echo -e "${CS[color,Blue]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${CS[color,Default]}" fi done done