From f7fa5bdf3a65762ba2cfbf3baf9b42dec9574ab7 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 3 Feb 2022 12:14:32 +0200 Subject: [PATCH] Update vumtd1mtd2run.py --- NeoBoot/tmpfiles/runpy/vumtd1mtd2run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):