Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 22:33:05 -06:00
parent 41623df64b
commit 030989b271

View File

@@ -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