Update extract.py

This commit is contained in:
gutosie
2022-12-25 10:54:42 +02:00
committed by GitHub
parent 90ce4bfef2
commit 0afc435834

View File

@@ -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'