Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 22:11:14 -06:00
parent 0375d3c01c
commit 2ff67291e5

View File

@@ -52,8 +52,8 @@ DELETE_BACKUP() {
done done
[ ! ${tbus[$1]+abc} ] && { [ ! ${tbus[$1]+abc} ] && {
echo -e "${idsCL[LightRed]}Incorrect entry, please select again...${idsCL[Default]}"; echo -e -n "${idsCL[LightRed]}Incorrect entry, please select again...${idsCL[Default]}";
read -n 1 $to read -n 1
DELETE_MENU DELETE_MENU
} }