Update mysqlbu-scripts.sh

This commit is contained in:
2019-03-04 01:01:22 -06:00
parent b6d366f8c6
commit 145b895292

View File

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