mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update plugin.py
This commit is contained in:
@@ -562,7 +562,7 @@ class NeoBootInstallation(Screen):
|
|||||||
|
|
||||||
if not fileExists('/usr/lib/periodon/.accessdate'):
|
if not fileExists('/usr/lib/periodon/.accessdate'):
|
||||||
os.system('date %s > /usr/lib/periodon/.accessdate' % UPDATEDATE)
|
os.system('date %s > /usr/lib/periodon/.accessdate' % UPDATEDATE)
|
||||||
if not fileExists('/usr/lib/periodon/.accessdate') or not fileExistse('/etc/name'):
|
if not fileExists('/usr/lib/periodon/.accessdate') or not fileExists('/etc/name'):
|
||||||
out1 = open('%sImageBoot/.version' % getNeoLocation(), 'w')
|
out1 = open('%sImageBoot/.version' % getNeoLocation(), 'w')
|
||||||
out1.write(PLUGINVERSION)
|
out1.write(PLUGINVERSION)
|
||||||
out1.close()
|
out1.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user