From 9312f6e0f20a255fd85e68952db472e9ec83a08f Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 12 Jan 2023 21:34:21 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 88904a6..9cf3f8d 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1,4 +1,4 @@ - #!/usr/bin/python +#!/usr/bin/python # -*- coding: utf-8 -*- # system modules @@ -2365,7 +2365,7 @@ class Opis(Screen): self.close() else: if answer is True: - os.system('touch /tmp/.upneo; rm -r /tmp/.*; chattr -i ' + LinkNeoBoot + '/plugin.py') + os.system('touch /tmp/.upneo; rm -r /tmp/.*') if fileExists('' + LinkNeoBoot + '/.location'): system('rm -f ' + LinkNeoBoot + '/.location') if fileExists('/usr/bin/curl'):