From f3dbf03f7e18d90c847aa81dce68b2b985c3e5a2 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 9 Dec 2021 20:40:29 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 942866b..8696386 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -755,7 +755,7 @@ class NeoBootImageChoose(Screen): self['label22'] = Label(_('Ethernet MAC not found.')) if not fileExists('/usr/lib/periodon/.kodn'): self['label22'] = Label(_('PRESS VIP PIN CODE NOW: xxxx')) - if getTestToTest() != UPDATEVERSION: + if getTestToTest() != UPDATEVERSION and not fileExists('/.multinfo'): self['label23'] = Label(_('Update ' + getTestToTest() + ' is available.')) self['actions'] = ActionMap(['WizardActions', 'ColorActions',