From 03c4d78df059f645cb5c47ce03b4be576bb05e0b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 8 Apr 2019 12:22:54 -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 668345a..b0d4214 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -310,7 +310,7 @@ case $1 in echo -e "${idsCL[LightYellow]}============ Available MySQL Backups ============${idsCL[Default]}" bsz=`du -sh ${BACKUP_PATH} | awk '{print $1}'` echo -e "${idsCL[Yellow]}Storage space used by all backups - ${bsz} ${idsCL[Default]}" - echo + echo -e "${idsCL[LightYellow]}-------------------------------------------------${idsCL[Default]}" for day in $BACKUP_PATH/* ; do if [ "${day}" != "${BACKUP_PATH}/latest" ]; then tdt=`sed 's/.*\///' <<< $day`