Syntax error in bios_create_key_structure()
This commit is contained in:
parent
aa5705cde4
commit
056031901b
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -289,7 +289,7 @@ then
|
||||||
efi_create_key_structure $device $key_mountpoint
|
efi_create_key_structure $device $key_mountpoint
|
||||||
;;
|
;;
|
||||||
"bios")
|
"bios")
|
||||||
bio s_create_key_structure $device $key_mountpoint
|
bios_create_key_structure $device $key_mountpoint
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
printf "copying all file to USB drive\n"
|
printf "copying all file to USB drive\n"
|
||||||
|
|
Reference in a new issue