diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 6855633..ca8975a 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -121,7 +121,7 @@ case $1 in for hour in $day/* ; do thr=`sed 's/.*\///' <<< ${hour//_BASE/}` if [ ${hour: -5} = "_BASE" ]; then - echo -e "${idsST[Bold]}${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsCL[Default]}${idsSTDefault]}" + echo -e "${idsST[Bold]}${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsCL[Default]}${idsST[Default]}" else echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}" fi