From ea53fc47af598a3d81ef21c8969f2471cafc30ad Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 1 Sep 2023 17:42:08 +0200 Subject: [PATCH] feature check should not start a lingering dump1090 instance... --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index 6b341d39..6bba2142 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -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")