Update extract.py

This commit is contained in:
gutosie
2025-12-11 20:08:19 +02:00
committed by GitHub
parent 453150c0bb
commit 1d6ab13a27

View File

@@ -509,6 +509,7 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow
except:
cmd1 = 'cp -af /var/spool/cron/* ' + getNeoLocation() + 'ImageBoot/%s/etc/cron' % target
rc = os.system(cmd1)
os.system('echo "Copied cron files."')
if os.path.exists('%s/ImageBoot/%s/etc/init.d' % (media, target)):
cmd1 = 'ln -s /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh '+media+'ImageBoot/'+target+'/etc/rcS.d/S99neo.local'