fix code pin

This commit is contained in:
gutosie
2021-08-15 20:12:05 +03:00
committed by GitHub
parent bd7a3afbc2
commit fd468ff293

View File

@@ -970,7 +970,7 @@ class NeoBootImageChoose(Screen):
if not fileExists('/tmp/gut3'):
system('touch /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.')
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
else: