fix menu order after keymap setting

This commit is contained in:
Tobias Powalowski 2012-08-03 11:37:44 +02:00
parent 9f817b7110
commit 295de3012e

View file

@ -4572,7 +4572,7 @@ set_clock() {
set_keyboard() {
if [[ -e /usr/bin/km ]]; then
km --setup && NEXTITEM="2"
km --setup && NEXTITEM="1"
else
DIALOG --msgbox "Error:\nkm script not found, aborting keyboard and console setting" 0 0
fi