From ec84c7b985328a6edd3077c47de140239edc559e Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 11 Dec 2021 13:06:07 +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 12191ac..b1ad0fe 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2132,7 +2132,7 @@ class Opis(Screen): self.close() else: if answer is True: - os.system('chattr -i ' + LinkNeoBoot + '/plugin.py; chattr -i ' + LinkNeoBoot + '/plugin.pyo') + os.system('touch /tmp/.upneo; chattr -i ' + LinkNeoBoot + '/plugin.py; chattr -i ' + LinkNeoBoot + '/plugin.pyo') if fileExists('' + LinkNeoBoot + '/.location'): system('rm -f ' + LinkNeoBoot + '/.location') if fileExists('/usr/bin/curl'):