mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 02:54:28 +05:00
fix: typo in dialog of get_mcu_id
This commit is contained in:
@@ -387,7 +387,7 @@ get_mcu_id(){
|
|||||||
bottom_border
|
bottom_border
|
||||||
while true; do
|
while true; do
|
||||||
echo -e "${cyan}"
|
echo -e "${cyan}"
|
||||||
read -p "###### Press any key to continue ... " yn
|
read -p "###### Press ENTER to continue ... " yn
|
||||||
echo -e "${default}"
|
echo -e "${default}"
|
||||||
case "$yn" in
|
case "$yn" in
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user