From 7e9c0ab3b42f05f8bec4b5a707012d9eeea99ccc Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 17 Dec 2021 13:55:24 +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 da53ce8..f1d3e27 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -756,7 +756,7 @@ class NeoBootImageChoose(Screen): self['label21'] = Label('VIP: On') else: self['label21'] = Label('VIP: Off') - if not fileExists('/.multinfo'): + if not fileExists('/etc/vtiversion.info') and not fileExists('/.multinfo'): if getCheckActivateVip() != getBoxMacAddres(): self['label22'] = Label(_('Ethernet MAC not found.')) if not fileExists('/usr/lib/periodon/.kodn'):