From 4f27f22aa73d80789917dc4af0aaa01b962f89d4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 22:11:58 -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 9828d73..c25cb26 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -52,7 +52,7 @@ DELETE_BACKUP() { done [ ! ${tbus[$1]+abc} ] && { - echo -e -n "${idsCL[LightRed]}Incorrect entry, please select again...${idsCL[Default]}"; + echo -e -n "${idsCL[LightRed]}Incorrect entry, please try again... (press any key)${idsCL[Default]}"; read -n 1 DELETE_MENU }