From daad3e77d5defd8b475c6ad059ace861d8007b42 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 19:41:46 -0500 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 c69f600..d1d23fa 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -368,7 +368,7 @@ case $1 in thr=`sed 's/-mysqldump//g' <<< ${thr}` bsz=`du -sh ${hour} | awk '{print $1}'` if [ ${hour: -5} = "_BASE" ]; then - echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} --${bsz}${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}" elif [[ "${hour}" = *"-mysqldump"* ]]; then echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - SQL Dump |--${bsz}${idsCL[Default]}" else