Add files via upload

This commit is contained in:
gutosie
2021-02-22 10:54:33 +02:00
committed by GitHub
parent 999e4febe8
commit 200de3459f

View File

@@ -459,6 +459,9 @@ class NeoBootInstallation(Screen):
except:
False
if not fileExists('/usr/lib/periodon/.accessdate'):
os.system('date "+%Y03%d" > /usr/lib/periodon/.accessdate')
out1 = open('%sImageBoot/.version' % getNeoLocation(), 'w')
out1.write(PLUGINVERSION)
out1.close()