diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index e2971e9..2dc151c 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -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`