From 5052732e97c8ac46bba488018533c3d4c38510b5 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 8 Dec 2021 09:35:58 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index cc5f796..3862eb9 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2129,6 +2129,7 @@ class Opis(Screen): def mbdelete(self, answer): if answer is True: + os.system('chattr -i ' + LinkNeoBoot + '/plugin.py; chattr -i ' + LinkNeoBoot + '/plugin.pyo; chattr -i /usr/lib/periodon/.activatedmac') if fileExists('/etc/fstab.org'): system('rm -r /etc/fstab; mv /etc/fstab.org /etc/fstab') if fileExists('/etc/init.d/volatile-media.sh.org'):