mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-05 05:35:39 +01:00
Update stbbranding.py
This commit is contained in:
@@ -153,7 +153,7 @@ def getNeoLocation():
|
|||||||
with open('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location', 'r') as f:
|
with open('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location', 'r') as f:
|
||||||
locatino = f.readline().strip()
|
locatino = f.readline().strip()
|
||||||
f.close()
|
f.close()
|
||||||
elif os.path.exists('/media/hdd/ImageBoot'):
|
if os.path.exists('/media/hdd/ImageBoot'):
|
||||||
locatinoneo = '/media/hdd/'
|
locatinoneo = '/media/hdd/'
|
||||||
elif os.path.exists('/media/usb/ImageBoot'):
|
elif os.path.exists('/media/usb/ImageBoot'):
|
||||||
locatinoneo = '/media/usb/'
|
locatinoneo = '/media/usb/'
|
||||||
|
|||||||
Reference in New Issue
Block a user