diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index ffeba5f..5518816 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1381,7 +1381,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 + '/tmpfiles') or not fileExists('' + LinkNeoBoot + '/usedskin.pyo') or not fileExists('' + LinkNeoBoot + '/etc/neo'): + if not fileExists('/proc/stb/info') or not fileExists('' + LinkNeoBoot + '/neoskins/neo/neo_skin.py') or not fileExists('' + LinkNeoBoot + '/tmpfiles') or not fileExists('' + LinkNeoBoot + '/usedskin.pyo') or not fileExists('/etc/neo'): mycheck = False else: mycheck = True