From d7f2cae65298f59d958df570b656a83c105aded8 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 6 Dec 2021 10:28:38 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index d098636..55f0b4d 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1123,7 +1123,7 @@ class NeoBootImageChoose(Screen): def restartGUI(self, answer): if answer is True: - os.system('rm -f ' + LinkNeoBoot + '/.location; rm -r ' + LinkNeoBoot + '/ubi_reader') + os.system('rm -f ' + LinkNeoBoot + '/.location; rm -r ' + LinkNeoBoot + '/ubi_reader; chattr +i ' + LinkNeoBoot + '/plugin.py; chattr +i ' + LinkNeoBoot + '/plugin.pyo') self.session.open(TryQuitMainloop, 3) else: self.close()