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