From 8fc7952fe9098c4abd8382ca706759d124888472 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 20 May 2020 22:48:13 +0300 Subject: [PATCH] fix mips stb --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index ca39c01..1584d90 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1401,7 +1401,7 @@ def checkInternet(): def checkimage(): mycheck = False - if not fileExists('/proc/stb/info') or not fileExists('' + LinkNeoBoot + '/neoskins/neo/neo_skin.py') or not fileExists('' + LinkNeoBoot + '/bin/neoinitarm'): + if not fileExists('/proc/stb/info') or not fileExists('' + LinkNeoBoot + '/neoskins/neo/neo_skin.py') or not fileExists('' + LinkNeoBoot + '/bin/utilsbh') or not fileExists('' + LinkNeoBoot + '/stbinfo'): mycheck = False else: mycheck = True