From d229d03edf7a9ef70ea41618ec0244259f8b16c0 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 28 Nov 2025 14:52:22 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 2c157b3..0ab5b5b 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -3133,7 +3133,7 @@ class Opis(Screen): 10, ) if fileExists("/tmp/NeoBoot_Stable.tar.gz"): - cmd2 = "tar -czf /tmp/NEOBootLastcOPY.tar.gz /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot; sleep 2; rm -r /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot;sleep 2; /bin/tar -xzvf /tmp/NeoBoot_Stable.tar.gz -C /" + cmd2 = "tar -czf /tmp/NEOBootLastcOPY.tar.gz /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot; sleep 2; rm -r /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot;sleep 2; /bin/tar -xzvf /tmp/NeoBoot_Stable.tar.gz -C /; sleep 10; killall -9 enigma2" system(cmd2) self.session.open( MessageBox, @@ -3151,9 +3151,6 @@ class Opis(Screen): ) self.close() - -################################################################### - def delete(self): message = _( "Are you sure you want to completely remove NeoBoota of your image?\n\nIf you choose so all directories NeoBoota will be removed.\nA restore the original image settings Flash."