From abec33aa2ed9137b45db6368ecf0dbe24f76dc98 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Feb 2021 12:58:46 +0200 Subject: [PATCH] Update zero4k_run.py --- NeoBoot/tmpfiles/runpy/zero4k_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/tmpfiles/runpy/zero4k_run.py b/NeoBoot/tmpfiles/runpy/zero4k_run.py index 16fd4e7..29478eb 100644 --- a/NeoBoot/tmpfiles/runpy/zero4k_run.py +++ b/NeoBoot/tmpfiles/runpy/zero4k_run.py @@ -155,7 +155,7 @@ class StartImage(Screen): #################_____ARM____########################## #VUPLUS ARM - Zero4k vu_mmcblk0p4.sh - elif getBoxHostName() == 'vuzero4k' or getCPUSoC() == '72604': + if getBoxHostName() == 'vuzero4k' or getCPUSoC() == '72604': if not fileExists('%sImagesUpload/.kernel/flash-kernel-%s.bin' % (getNeoLocation(), getBoxHostName()) ): mess = (_('Error - in the location %sImagesUpload/.kernel/ \nkernel file not found flash-kernel-%s.bin') % (getNeoLocation(), getBoxHostName()) ) self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)