diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index bfcbf0e..6f8af9e 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[LightCyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}" + echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}" fi done done