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')