diff --git a/NeoBoot/tmpfiles/runpy/vumtd1mtd2run.py b/NeoBoot/tmpfiles/runpy/vumtd1mtd2run.py index 1e9727f..ca81b79 100644 --- a/NeoBoot/tmpfiles/runpy/vumtd1mtd2run.py +++ b/NeoBoot/tmpfiles/runpy/vumtd1mtd2run.py @@ -151,7 +151,7 @@ class StartImage(Screen): elif getImageNeoBoot() != 'Flash': if fileExists('/.multinfo') and getImageNeoBoot() == getImageBootNow(): - self.session.open(TryQuitMainloop, 2) + os.system('reboot -d -f') elif not fileExists('/.multinfo'): if fileExists('' + getNeoLocation() + 'ImageBoot/' + getImageNeoBoot() + '/boot/' + getBoxHostName() + '.vmlinux.gz'):