Fixed upate_boot_entries()

This commit is contained in:
2Shirt 2019-04-19 15:23:21 -07:00
parent 19799bb1f4
commit e2d788e265
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -404,7 +404,7 @@ def update_boot_entries(boot_entries, boot_files, iso_label, ufd_label):
cmd = [
'sed',
'--in-place',
'"s/#{}#//"'.format(b_comment),
'"s/#UFD-{}#//"'.format(b_comment),
*configs,
]
run_program(cmd, check=False)