From: Holger Levsen Date: Wed, 6 Mar 2013 11:25:39 +0000 (+0100) Subject: dont start process in background+ X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cf5f96af6cef13c87fb63e486305bdf2426a71e7;p=profitbricks%2Fjenkins-build-scripts.git dont start process in background+ --- 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