From d450c73f4dca3e8cbfe858f6be102a542b42e5a8 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 13 Apr 2020 19:37:46 +0300 Subject: [PATCH] 8.22_update_ --- NeoBoot/extract.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 6f3446b..2de3264 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -323,9 +323,7 @@ def NEOBootMainEx(source, target, stopenigma, CopyFiles, CopyKernel, TvList, Ste rc = os.system(cmd) if os.path.exists('/etc/tuxbox/config'): cmd = 'cp -r /etc/tuxbox/config %s/ImageBoot/%s/etc/tuxbox > /dev/null 2>&1' % (media, target) - rc = os.system(cmd) - cmd1= 'tar -czf /tmp/filecam.tar.gz /usr/bin/*cam* /etc/init.d/softcam*; cp -af /tmp/filecam.tar.gz %s/ImageBoot/%s/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files > /dev/null 2>&1' % (media, target) - rc = os.system(cmd1) + rc = os.system(cmd) os.system('echo "Copied softcam files to the installed image..."') if MediaPortal == 'True':