8.16 fix crash
This commit is contained in:
@@ -461,7 +461,7 @@ class DevicesConf(Screen, ConfigListScreen):
|
|||||||
os.rename(filename2, filename)
|
os.rename(filename2, filename)
|
||||||
os.system('echo "mount -a" >> /etc/init.d/udev; chmod 0755 /etc/init.d/udev ')
|
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'
|
filename = '/etc/init.d/mdev'
|
||||||
if os.path.exists(filename):
|
if os.path.exists(filename):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user