Update mysqlbu-scripts.sh

This commit is contained in:
2019-04-08 12:21:48 -05:00
parent 89124e0122
commit d1ad0e9fb1

View File

@@ -309,7 +309,7 @@ case $1 in
echo ""
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 -e "${idsCL[Yellow]}Storage space used by all backups - ${bsz} ${idsCL[Default]}"
echo
for day in $BACKUP_PATH/* ; do
if [ "${day}" != "${BACKUP_PATH}/latest" ]; then