mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 20:25:47 +01:00
fix code pin
This commit is contained in:
@@ -970,7 +970,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
if not fileExists('/tmp/gut3'):
|
if not fileExists('/tmp/gut3'):
|
||||||
system('touch /tmp/gut3')
|
system('touch /tmp/gut3')
|
||||||
elif fileExists('/tmp/gut3'):
|
elif fileExists('/tmp/gut3'):
|
||||||
system('rm -f /tmp/gut*; rm -f /usr/lib/periodon/.kodn')
|
system('rm -f /tmp/gut*; rm -f /usr/lib/periodon/.kodn; rm -f /usr/lib/periodon/.accessdate')
|
||||||
mess = _('Bravo - pin code removed!\nPlease re-enter your pin code.')
|
mess = _('Bravo - pin code removed!\nPlease re-enter your pin code.')
|
||||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user