mirror of https://github.com/neutrinolabs/xrdp
parent
2857c39d0a
commit
63f16d229a
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
command -v setxkbmap
|
||||
if test $? -ne 0
|
||||
if ! command -v setxkbmap >/dev/null
|
||||
then
|
||||
echo "error, setxkbmap not found"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue