From 38216ad6031816d412d568f678f920365aac1dc9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 13:48:49 -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 5ea3534..bfcbf0e 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -123,7 +123,7 @@ case $1 in if [ ${hour: -5} = "_BASE" ]; then echo -e "${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL${idsCL[Default]}" else - echo -e "${idsCL[Blue]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}" + echo -e "${idsCL[LightCyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}" fi done done