From c69ccf0187564e878a1a4c9e21b060ae07f73bd9 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 23 Feb 2022 16:04:11 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 38b7ad4..f099972 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -482,7 +482,7 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow os.system('echo "/etc/init.d not found."') os.system('echo "Copied file neo_userscript.sh"') - if not os.path.exists('' + getNeoLocation() + 'ImageBoot/.without_copying'): + if not os.path.exists('' + getNeoLocation() + 'ImageBoot/.without_copying') and getBoxHostName() != 'dm500hd' or getBoxHostName() != 'dm800se' or getBoxHostName() != 'dm800' or getBoxHostName() != 'dm8000': if not os.path.exists('%s/ImageBoot/%s/etc/enigma2' % (media, target)): cmd = 'mkdir -p %s/ImageBoot/%s/etc/enigma2' % (media, target) rc = os.system(cmd)