From 9501d533f6c5b8e414d17a6ab8c3ad984c5edb9c Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 24 Mar 2022 19:27:46 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 39e15b7..8a70eda 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -816,7 +816,7 @@ class NeoBootImageChoose(Screen): self['label11'] = Label('') self['label12'] = Label('') self['label13'] = Label(_('Version update: ')) - if getCheckActivateVip() == getBoxMacAddres() and fileExists('/usr/lib/periodon/.accessdate'): + if getCheckActivateVip() == getBoxMacAddres() and fileExists('/usr/lib/periodon/.kodn'): self['label14'] = Label(_('NeoBoot ver. VIP-on : ')) else: self['label14'] = Label(_('NeoBoot ver. VIP-off : ')) @@ -826,8 +826,8 @@ class NeoBootImageChoose(Screen): self['label18'] = Label('') self['label19'] = Label('') self['label20'] = Label('') - if getCheckActivateVip() == getBoxMacAddres() and fileExists('/usr/lib/periodon/.accessdate'): - self['label21'] = Label('VIP - OK!') + if getCheckActivateVip() == getBoxMacAddres() and fileExists('/usr/lib/periodon/.kodn'): + self['label21'] = Label('VIP-OK!') else: self['label21'] = Label('Enter pin code') self['actions'] = ActionMap(['WizardActions',