From 938f54cc2d2dbc3e47a91db307cbf9ee8a8d8c9e Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 22 Aug 2021 11:51:01 +0300 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 6c2c430..c509a12 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2001,7 +2001,7 @@ class ReinstallKernel(Screen): self.kernel_update() def kernel_update(self): - if not fileCheck('' + LinkNeoBoot + '/.location') and not fileCheck(' ' + getNeoLocation() + 'ImageBoot/.neonextboot'): + if not fileCheck('' + LinkNeoBoot + '/.location'): pass else: os.system('echo "Flash " > ' + getNeoLocation() + 'ImageBoot/.neonextboot')