Update mysqlbu-scripts.sh

This commit is contained in:
2019-04-08 12:22:01 -05:00
parent d1ad0e9fb1
commit eaf4da4edc

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