feature check should not start a lingering dump1090 instance...

This commit is contained in:
Jakob Ketterl 2023-09-01 17:42:08 +02:00
parent 58943f82a7
commit ea53fc47af

View file

@ -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")