Update mysqlbu-scripts.sh

This commit is contained in:
2019-03-04 00:56:28 -06:00
parent 1783c524d8
commit ac8763f54e

View File

@@ -308,6 +308,7 @@ case $1 in
echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"
echo ""
echo -e "${idsCL[LightYellow]}============ Available MySQL Backups ============${idsCL[Default]}"
echo "HERE: '${BACKUP_PATH}/latest'"
for day in $BACKUP_PATH* ; do
if [ "${day}" != "${BACKUP_PATH}/latest" ]; then
tdt=`sed 's/.*\///' <<< $day`