From 07e82cce82136366ba5c93e3a0091f65d9e2e18c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 1 Feb 2008 14:13:31 +0000 Subject: [PATCH] Fix standby to not re-start init git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@372 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/dodestiny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index 82d57ebbe..92788acdc 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -23,7 +23,7 @@ while :; do echo "Retrying destiny retrieval" usleep 300000 done - exec $0 + exec /bin/dodestiny fi if [ $DESTINY == "shell" ]; then echo "Server notified us to stay in shell state, stopping destiny requests"