mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-20 23:39:40 +01:00
Add files via upload
This commit is contained in:
@@ -459,6 +459,9 @@ class NeoBootInstallation(Screen):
|
|||||||
except:
|
except:
|
||||||
False
|
False
|
||||||
|
|
||||||
|
if not fileExists('/usr/lib/periodon/.accessdate'):
|
||||||
|
os.system('date "+%Y03%d" > /usr/lib/periodon/.accessdate')
|
||||||
|
|
||||||
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