Fix incorrect echo statement

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:57 -04:00
parent b245e480b9
commit d90ef479ef
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ build_pxe() {
popd &>/dev/null popd &>/dev/null
echo "done." 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 pushd ${outputdir} &>/dev/null
wget -O ipxe.efi https://boot.ipxe.org/ipxe.efi &>/dev/null || fail "failed to download ipxe.efi." wget -O ipxe.efi https://boot.ipxe.org/ipxe.efi &>/dev/null || fail "failed to download ipxe.efi."
popd &>/dev/null popd &>/dev/null