fix
This commit is contained in:
parent
acf64b0547
commit
b7bf8896a3
@ -92,7 +92,7 @@ else
|
|||||||
local handle = io.popen 'lsusb | grep -c Sofle'
|
local handle = io.popen 'lsusb | grep -c Sofle'
|
||||||
local automap = handle:read '*n'
|
local automap = handle:read '*n'
|
||||||
handle:close()
|
handle:close()
|
||||||
if not automap then
|
if automap == 1 then
|
||||||
MapDHM()
|
MapDHM()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user