mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-28 19:19:54 +01:00
Update extract.py
This commit is contained in:
@@ -980,7 +980,6 @@ def NEOBootExtract(source, target, ZipDelete, Nandsim):
|
||||
to = '' + getNeoLocation() + 'ImageBoot/' + target
|
||||
cmd = 'mkdir %s > /dev/null 2<&1' % to
|
||||
rc = os.system(cmd)
|
||||
to = '' + getNeoLocation() + 'ImageBoot/' + target
|
||||
cmd = 'chmod -R 0777 %s' % to
|
||||
rc = os.system(cmd)
|
||||
rootfname = 'rootfs.bin'
|
||||
|
||||
Reference in New Issue
Block a user