mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update plugin.py
This commit is contained in:
@@ -623,7 +623,7 @@ class NeoBootInstallation(Screen):
|
||||
if fileExists('/home/root/vmlinux.gz'):
|
||||
os.system('mv -f /home/root/vmlinux.gz %sImagesUpload/.kernel/%s.vmlinux.gz' % (getNeoLocation(), getBoxHostName()) )
|
||||
|
||||
if fileExists('' + LinkNeoBoot + '/ubi_reader_mips') or fileExists('' + LinkNeoBoot + '/ubi_reader_arm'):
|
||||
if fileExists('' + LinkNeoBoot + '/ubi_reader_mips') or fileExists('' + LinkNeoBoot + '/ubi_reader_arm') and fileExists('' + LinkNeoBoot + '/ubi_reader'):
|
||||
os.system('rm -r ' + LinkNeoBoot + '/ubi_reader ')
|
||||
|
||||
if getCPUtype() == 'ARMv7':
|
||||
|
||||
Reference in New Issue
Block a user