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