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
This commit is contained in:
jbjohnso 2008-02-01 14:13:31 +00:00
parent aa9dfdc285
commit 07e82cce82

View File

@ -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"