diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index c994ac2e2..2604ef920 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -83,7 +83,7 @@ while :; do #Discovery complete, restart requested. exec /bin/restart fi - if [ $DESTINY == "reboot" ]; then + if [ $DESTINY == "reboot" -o $DESTINY == "boot" ]; then while ! nextdestiny ; do echo "Retrying next destiny..." done