From 136475d042809259818862018d14b62b9b268933 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Jan 2024 17:54:49 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index cb74699..90d4b43 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -992,9 +992,6 @@ class MyUpgrade2(Screen): target2 = dirfile + '/usr/lib/enigma2/python/Tools/' target3 = dirfile + '/var/lib/zerotier-one/' target4 = dirfile + '/etc/rcS.d/' - os.system('mv /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/S99neo.local') - target4 = dirfile + '/etc/rcS.d/' - os.system('mv /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/S99neo.local /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh') cmd = 'rm -r ' + target + ' > /dev/null 2>&1' system(cmd) cmd = 'cp -af ' + LinkNeoBoot + ' ' + target