diff options
Diffstat (limited to '')
-rwxr-xr-x | linux/bin/asdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index 314f0c9..37804d9 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -82,7 +82,7 @@ if [ -z ${DISPLAY} ]; then set_keymap "${NEO_CONSOLE_KEYMAP}" if [ -e "${PATH_SETLEDS}" ]; then - "${PATH_SETLEDS}" -num || die "Failed to set NUM status." + "${PATH_SETLEDS}" +num || die "Failed to set NUM status." else die "setleds does not exist, cannot set NUM status." fi |