set AGNOS from /AGNOS file

old-commit-hash: 9cda2d63380dc9b554212ba15e82ca0621ab1945
This commit is contained in:
Adeeb Shihadeh
2022-06-11 18:43:24 -07:00
parent 3ba846ebac
commit 9e945d4d93
+1 -1
View File
@@ -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