From a5e49c555fd76cdb006d45aea3bc43e73f318518 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 10 Jan 2020 13:42:39 +0200 Subject: [PATCH] fix mount hyperion --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 1fb2fe8..bed531f 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1533,11 +1533,11 @@ def checkimage(): def main(session, **kwargs): - if not fileExists('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh'): + if not fileExists('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom'): pass else: if not fileExists('%sImageBoot/.version' % getNeoLocation()): - os.system('mkdir -p %s; sync; chmod 0755 /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neo.sh -i' % getNeoLocation()) + os.system('mkdir -p %s; sync; chmod 0755 /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom; /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/neom' % getNeoLocation()) version = 0 if fileExists('%sImageBoot/.version' % getNeoLocation()):