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`