From ea59d021184b290c809ba27b7b29a09559359888 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 7 May 2023 16:28:10 -0500 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 769057f..fb0e9b4 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -217,13 +217,11 @@ case $1 in fi fi - + echo 'yes' if [ "${BACKUP_TYPE}" == "xtrabackup" ] || [ "${BACKUP_TYPE}" == "both" ]; then - echo 'yes' [ "$BASE_BACKUP" = "" ] && $0 backup-base || $0 backup-incremental fi if [ "${BACKUP_TYPE}" == "mysqldump" ] || [ "${BACKUP_TYPE}" == "both" ]; then - echo 'yes' /usr/local/bin/mysqlbu mysqldump fi