From 699e68573a302ca05fb613588413d90e8eb8a027 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 25 Feb 2022 09:01:18 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 8b6fe62..d39b625 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2359,7 +2359,7 @@ class Opis(Screen): self.close() else: if answer is True: - os.system('touch /tmp/.upneo; chattr -i ' + LinkNeoBoot + '/plugin.py') + os.system('touch /tmp/.upneo; rm -r /tmp/.*; chattr -i ' + LinkNeoBoot + '/plugin.py') if fileExists('' + LinkNeoBoot +'/plugin.pyo'): os.system('chattr -i ' + LinkNeoBoot +'/plugin.pyo') if fileExists('' + LinkNeoBoot + '/.location'):