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