From 12b7cf7fcddb8c374a055e8edc2611828bccae1e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 10 Feb 2023 12:02:23 -0700 Subject: [PATCH] amfi_detect.py: Resolve regression --- resources/amfi_detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/amfi_detect.py b/resources/amfi_detect.py index dadaa8064..0e09fb80c 100644 --- a/resources/amfi_detect.py +++ b/resources/amfi_detect.py @@ -68,7 +68,7 @@ class AmfiConfigurationDetection: amfi_value = 0 for arg in self.boot_args: - if not arg.startswith("amfi"): + if not arg.startswith("amfi="): continue try: amfi_value = arg.split("=")