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'