From 2d614eee4242d504f239db0050b9c02cb564b8dc Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 13 Jul 2022 18:49:51 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index 4a89a7204..fdbb500ec 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -780,7 +780,7 @@ def installPreInspection(version): if sysName == 'ubuntu': return 'ubuntu已经安装不了' - if sysName == 'debian' and sys_id > 10: + if sysName == 'debian' and sysId > 10: return 'debian10可以安装' if sysName == 'fedora':