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:
parent
aa9dfdc285
commit
07e82cce82
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user