mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 03:15:48 +01:00 
			
		
		
		
	Update extract.py
This commit is contained in:
		| @@ -522,7 +522,7 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow | ||||
|                         cmd1 = 'chmod 0755 %s/ImageBoot/%s/etc/init.d/rcS.local' % (media, target) | ||||
|                         rc = os.system(cmd1) | ||||
|                 else: | ||||
|                         cmd = 'cp -af /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh %sImageBoot/%s/etc/rcS.d/rcN.local' % (media, target) | ||||
|                         cmd = 'cp -af /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh %sImageBoot/%s/etc/rcS.d/S99neo.local' % (media, target) | ||||
|                         rc = os.system(cmd) | ||||
|                         cmd1 = 'chmod 0755 %s/ImageBoot/%s/etc/rcS.d/S99neo.local' % (media, target) | ||||
|                         rc = os.system(cmd1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user