Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 08:12:23 -06:00
parent 6068b9db75
commit 12b8382eda

View File

@@ -101,7 +101,7 @@ DELETE_MENU() {
echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"
echo ""
echo -e "${idsCL[LightYellow]}========== Select Which Backup to Delete ==========${idsCL[Default]}"
tba=1
tba=0
for day in $BACKUP_PATH* ; do
#tdt=`sed 's/.*\///' <<< $day`
tdt=`echo $day | sed 's/.*\///'`