Skip to content

Commit

Permalink
Fix pLUGIN rUNNER
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Oct 2, 2023
1 parent a06170e commit b807afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ def dboot(infile, orig):
print("Ramdisk Not Found.. %s" % e)
return
cpio = ebinner + os.sep + "cpio"
call("busybox find . | %s -H newc -R 0:0 -o -F ../ramdisk-new.cpio" % cpio)
os.system(ebinner + os.sep + "busybox find . | %s -H newc -R 0:0 -o -F ../ramdisk-new.cpio" % cpio)
os.chdir(infile + os.sep)
with open(infile + os.sep + "comp", "r", encoding='utf-8') as compf:
comp = compf.read()
Expand Down

0 comments on commit b807afd

Please sign in to comment.