Fix incorrect echo statement

This commit is contained in:
Joshua Boniface 2021-12-13 02:51:28 -05:00
parent a3fd110b59
commit 54b0cbd33c
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ build_pxe() {
popd &>/dev/null
echo "done."
echo -n "Downloading iPXE binary undionly.kpxe (chainloads UEFI clients)... "
echo -n "Downloading iPXE binary ipxe.efi (chainloads UEFI clients)... "
pushd ${outputdir} &>/dev/null
wget -O ipxe.efi https://boot.ipxe.org/ipxe.efi &>/dev/null || fail "failed to download ipxe.efi."
popd &>/dev/null