From 1d6ab13a2718a9fc2a5c1426322288c07e2d9f60 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 11 Dec 2025 20:08:19 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 7db7bf8..7e112d3 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -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'