From 5b1da45688cf0dd4e7e16df48554957ee9c9ff28 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sun, 23 May 2021 09:58:34 +0200 Subject: [PATCH] fix: typo in dialog of get_mcu_id --- scripts/install_klipper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_klipper.sh b/scripts/install_klipper.sh index 7c70b7d..ae3c713 100755 --- a/scripts/install_klipper.sh +++ b/scripts/install_klipper.sh @@ -387,7 +387,7 @@ get_mcu_id(){ bottom_border while true; do echo -e "${cyan}" - read -p "###### Press any key to continue ... " yn + read -p "###### Press ENTER to continue ... " yn echo -e "${default}" case "$yn" in *)