Fix incorrect echo statement
This commit is contained in:
parent
b245e480b9
commit
d90ef479ef
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue