diff --git a/bashtuner.sh b/bashtuner.sh index 36a7829..61da9fd 100755 --- a/bashtuner.sh +++ b/bashtuner.sh @@ -28,7 +28,8 @@ declare -A tuning=( export DIALOGOPTS='--insecure --no-lines --visit-items' flush_keys() { - read -st0.001 continue + local keys + read -st0.001 keys } show_help() {