mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-31 19:35:48 +01:00
7.12-test
This commit is contained in:
@@ -804,7 +804,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
if not fileExists('/.control_boot_new_image'):
|
if not fileExists('/.control_boot_new_image'):
|
||||||
os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file." > /.control_ok')
|
os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file." > /.control_ok')
|
||||||
|
|
||||||
os.system('date "+%Y%m%d" > /tmp/.finishdate')
|
#os.system('date "+%Y%m%d" > /tmp/.finishdate')
|
||||||
if fileExists('/tmp/.nkod'):
|
if fileExists('/tmp/.nkod'):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
@@ -1498,6 +1498,7 @@ def main(session, **kwargs):
|
|||||||
vip = checkimage()
|
vip = checkimage()
|
||||||
if vip == 1:
|
if vip == 1:
|
||||||
if fileExists('' + LinkNeoBoot + '/.location'):
|
if fileExists('' + LinkNeoBoot + '/.location'):
|
||||||
|
os.system('date "+%Y%m%d" > /tmp/.finishdate')
|
||||||
if not fileExists('/usr/lib/periodon/.kodn'):
|
if not fileExists('/usr/lib/periodon/.kodn'):
|
||||||
session.open(MessageBox, _('Get a free test to the full vip version.'), type=MessageBox.TYPE_ERROR)
|
session.open(MessageBox, _('Get a free test to the full vip version.'), type=MessageBox.TYPE_ERROR)
|
||||||
elif not fileExists('/usr/lib/periodon/.accessdate') or getAccesDate() == 'timeoff': # prosze nie kakowac !!! - please do not crack :(
|
elif not fileExists('/usr/lib/periodon/.accessdate') or getAccesDate() == 'timeoff': # prosze nie kakowac !!! - please do not crack :(
|
||||||
|
|||||||
Reference in New Issue
Block a user