From 9e945d4d9313c8fd2a0b3c625a116344a44e738a Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 11 Jun 2022 18:43:24 -0700 Subject: [PATCH] set AGNOS from /AGNOS file old-commit-hash: 9cda2d63380dc9b554212ba15e82ca0621ab1945 --- system/hardware/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hardware/__init__.py b/system/hardware/__init__.py index 780a20f9c0..77bb0e5e2a 100644 --- a/system/hardware/__init__.py +++ b/system/hardware/__init__.py @@ -6,7 +6,7 @@ from system.hardware.tici.hardware import Tici from system.hardware.pc.hardware import Pc TICI = os.path.isfile('/TICI') -AGNOS = TICI +AGNOS = os.path.isfile('/AGNOS') PC = not TICI