mirror of
https://github.com/gutosie/neoboot.git
synced 2026-05-07 00:06:17 +02:00
Update tools.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user