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