From f5ff0fc5436fc0ff001387db1e75e6a5ac9df824 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 5 Dec 2021 09:37:00 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index d88f1a7..32d30c0 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -666,6 +666,7 @@ class NeoBootInstallation(Screen): if os.path.isfile('/etc/name'): self.myclose2(_('The plug-in has been successfully installed.')) + self.close() else: if not fileExists('/etc/name'): os.system('touch /etc/name')