mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-11-02 20:25:47 +01:00
8.16 fix crash
This commit is contained in:
@@ -461,7 +461,7 @@ class DevicesConf(Screen, ConfigListScreen):
|
||||
os.rename(filename2, filename)
|
||||
os.system('echo "mount -a" >> /etc/init.d/udev; chmod 0755 /etc/init.d/udev ')
|
||||
|
||||
if fileExists('/etc/init.d/mdev'):
|
||||
if fileExists('/etc/init.d/mdev'):
|
||||
filename = '/etc/init.d/mdev'
|
||||
if os.path.exists(filename):
|
||||
|
||||
@@ -503,4 +503,4 @@ def SkinPath():
|
||||
myskinpath = resolveFilename(SCOPE_CURRENT_SKIN, '')
|
||||
if myskinpath == '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/images/':
|
||||
myskinpath = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/images/'
|
||||
return myskinpath
|
||||
return myskinpath
|
||||
|
||||
Reference in New Issue
Block a user