From def0eb6354e2db768d140915c2d56a588f547346 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 13 Jan 2023 19:15:43 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index e8b32ed..8a3dc6f 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -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') or not fileExistse('/etc/name'): + if not fileExists('/usr/lib/periodon/.accessdate') or not fileExists('/etc/name'): out1 = open('%sImageBoot/.version' % getNeoLocation(), 'w') out1.write(PLUGINVERSION) out1.close()