From f094e8cbe2d4594ddfb8dce903a8c8c9f511506e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 22:25:22 -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 cc81c28..aff3b37 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -169,7 +169,7 @@ DELETE_MENU() { thr=`echo ${hour//_BASE/} | sed 's/.*\///'` bsz=`du -sh ${hour} | awk '{print $1}'` if [ ${hour: -5} = "_BASE" ]; then - echo -e "${idsCL[Blue]}$(${tba}${abet[${tbb}]})${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}" + echo -e "${idsCL[Blue]}(${tba}${abet[${tbb}]})${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}" else echo -e "${idsCL[Blue]}(${tba}${abet[${tbb}]})${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental - ${bsz}${idsCL[Default]}" fi