diff --git a/NeoBoot/files/devices.py b/NeoBoot/files/devices.py index e8e61d9..f63af54 100644 --- a/NeoBoot/files/devices.py +++ b/NeoBoot/files/devices.py @@ -472,7 +472,8 @@ class DevicesConf(Screen, ConfigListScreen): def myclose(self, answer): if answer is True: self.messagebox = self.session.open(MessageBox, _('Return to installation...'), MessageBox.TYPE_INFO) - self.close() + #self.close() + system('reboot -f') else: self.messagebox = self.session.open(MessageBox, _('Return to installation...'), MessageBox.TYPE_INFO) self.close()