From 0a413b19da71d9979f53f2559cd5048b9d934489 Mon Sep 17 00:00:00 2001 From: Le0xFF <43521247+Le0xFF@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:34:13 +0200 Subject: [PATCH] Fix typo --- vli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vli.sh b/vli.sh index 15dae40..658eccf 100755 --- a/vli.sh +++ b/vli.sh @@ -466,7 +466,7 @@ function set_keyboard_layout { while true ; do - echo -e -n "\nType the keyboard layout you want to set and press [ENTER] or just press [ENTER] to keep the one currently set: " user_keyboard_layout + echo -e -n "\nType the keyboard layout you want to set and press [ENTER] or just press [ENTER] to keep the one currently set: " read -r user_keyboard_layout if [[ -z "$user_keyboard_layout" ]] ; then