From cf5f96af6cef13c87fb63e486305bdf2426a71e7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Mar 2013 12:25:39 +0100 Subject: [PATCH] dont start process in background+ --- pxe_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxe_install.sh b/pxe_install.sh index 17ce4b2..83d543b 100755 --- a/pxe_install.sh +++ b/pxe_install.sh @@ -54,7 +54,7 @@ for i in $(seq 1 90) ; do echo "Host doesn't come up, probably booted with the wrong ethernet device as $TARGET_DEV" echo "Rebooting and retrying..." echo - $0 $@ & + $0 $@ exit 0 fi fi -- 2.39.5