This commit is contained in:
Le0xFF 2022-07-30 18:34:13 +02:00
parent 96dba4bb81
commit 0a413b19da

2
vli.sh
View File

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