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