From 030989b271e3204e38389eab5690eda359acc32a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 22:33:05 -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 a859766..1879bad 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -184,7 +184,7 @@ DELETE_MENU() { echo "" echo "" echo -e -n "${idsCL[LightYellow]}Please select a backup from above from above:${idsCL[Default]} " - read opt + read -n 2 opt echo "" DELETE_BACKUP $opt done