From 7c5665859e868031e2bee4ad0ee005f6fc9d0c72 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 17:05:46 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index e7772b9..3807255 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -24,7 +24,7 @@ LIST_BACKUPS(){ echo "" read -n 1 -s -p "Press any key to continue" } -RUN_BACKUPS(){ +RUN_BACKUP(){ mysqlbu backup echo "" read -n 1 -s -p "Press any key to continue"