Remove output for command check
This commit is contained in:
parent
4f9ece4b85
commit
52ccb64284
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
if command -v numlockx; then
|
||||
if command -v numlockx >/dev/null 2>&1; then
|
||||
numlockx &
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue