mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-11-03 09:35:46 +01:00
fix mount hyperion
This commit is contained in:
@@ -1533,11 +1533,11 @@ def checkimage():
|
|||||||
|
|
||||||
def main(session, **kwargs):
|
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
|
pass
|
||||||
else:
|
else:
|
||||||
if not fileExists('%sImageBoot/.version' % getNeoLocation()):
|
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
|
version = 0
|
||||||
if fileExists('%sImageBoot/.version' % getNeoLocation()):
|
if fileExists('%sImageBoot/.version' % getNeoLocation()):
|
||||||
|
|||||||
Reference in New Issue
Block a user