From 3787843e83adbe1ed58e99f2110c6a797b2b06fc Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 17 Jun 2021 12:18:07 +0300 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index c80fbb9..013ea89 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -760,7 +760,7 @@ def RemoveUnpackDirs(): rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/usb_update.bin ' + getNeoLocation() + 'ImagesUpload/octagon; rm -r ' + getNeoLocation() + 'ImagesUpload/octagon') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/octagon/sf8008m'): rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/octagon') - elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h7'): + elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h7'): rc = os.system('mv ' + getNeoLocation() + 'ImagesUpload/bootargs.bin ' + getNeoLocation() + 'ImagesUpload/h7; mv ' + getNeoLocation() + 'ImagesUpload/fastboot.bin ' + getNeoLocation() + 'ImagesUpload/h7') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/h7') elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/h9'):