diff --git a/NeoBoot/files/neoreboot b/NeoBoot/files/neoreboot index fbca598..800f785 100644 --- a/NeoBoot/files/neoreboot +++ b/NeoBoot/files/neoreboot @@ -128,8 +128,7 @@ class NBIChoose2(Screen): from Plugins.Extensions.NeoBoot.run import StartImage self.session.open(StartImage) except: - self.session.open(TryQuitMainloop, 2) - self.close() + os.system('reboot -f') def forceBoot(self): self.session.open(ForceReboot) @@ -189,4 +188,4 @@ def Plugins(path, **kwargs): plugin_path = path list = [PluginDescriptor(name=_('NeoReboot'), description=_('Force reboot to flash.'), where=PluginDescriptor.WHERE_MENU, fnc=startSetup)] return list - \ No newline at end of file +