From 0afc43583457ef0f63a618f4b528c869e7ab1329 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 25 Dec 2022 10:54:42 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 1 - 1 file changed, 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 5c74b70..91b3863 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -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'