From 26484cbeb8e00390766d2f4511ba53191187511c Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Mon, 7 May 2018 15:42:08 +0200 Subject: [SSPS] Two really stoooopid bugs --- satellit_installer/includes/10-install_ipxe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'satellit_installer/includes/10-install_ipxe.inc') diff --git a/satellit_installer/includes/10-install_ipxe.inc b/satellit_installer/includes/10-install_ipxe.inc index ec3878d..0205552 100644 --- a/satellit_installer/includes/10-install_ipxe.inc +++ b/satellit_installer/includes/10-install_ipxe.inc @@ -20,7 +20,7 @@ install_ipxe() { compile_ipxe() { echo "*** compiling iPXE in the background ..." [ -z "$1" ] && perror "Call compile_ipxe with target directory!" - cd cd "$1"/src + cd "$1"/src make bin/undionly.kkkpxe if [ "$ERR" -ne 0 ]; then pwarning "*** Background compilation of iPXE failed." -- cgit v1.2.3-55-g7522