mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-07 17:20:20 +01:00
feature check should not start a lingering dump1090 instance...
This commit is contained in:
parent
58943f82a7
commit
ea53fc47af
|
|
@ -583,4 +583,4 @@ class FeatureDetector(object):
|
|||
version you would like to use. You can use symbolic links or the
|
||||
[Debian alternatives system](https://wiki.debian.org/DebianAlternatives) to achieve this.
|
||||
"""
|
||||
return self.command_is_runnable("dump1090")
|
||||
return self.command_is_runnable("dump1090 --version")
|
||||
|
|
|
|||
Loading…
Reference in a new issue