Update extract.py

This commit is contained in:
gutosie
2024-01-06 12:12:40 +02:00
committed by GitHub
parent 6caf5d5069
commit ae5676a8a4

View File

@@ -691,6 +691,7 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow
#delet dir tmp
cmd = 'rm -r ' + getNeoLocation() + 'ImageBoot/%s/tmp' % target
rc = os.system(cmd)
os.system('mkdir -p ' + media_target + '/media/hdd' + dev_null)
os.system('mkdir -p ' + media_target + '/media/usb' + dev_null)