From 200de3459fa27034c2d7244a68ab92f9ebfd1a04 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 22 Feb 2021 10:54:33 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/plugin.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index e3cbee8..2e8a9b7 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -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()