mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Make the keymap script continue to work now that stderr is being
redirected to the log file.
This commit is contained in:
parent
299a8b95ac
commit
d474a63433
1 changed files with 2 additions and 1 deletions
|
|
@ -28,5 +28,6 @@
|
|||
|
||||
kbdcontrol -d >/dev/null 2>&1
|
||||
if [ $? -eq 0 ]; then
|
||||
kbdmap 3>&2 2>&1 1>&3 | grep 'keymap=' > $BSDINSTALL_TMPETC/rc.conf.keymap
|
||||
exec 3>&1
|
||||
kbdmap 2>&1 1>&3 | grep 'keymap=' > $BSDINSTALL_TMPETC/rc.conf.keymap
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue