diff --git a/xCAT-genesis-scripts/bin/doxcat b/xCAT-genesis-scripts/bin/doxcat index 3ff63d83f..0042673b5 100755 --- a/xCAT-genesis-scripts/bin/doxcat +++ b/xCAT-genesis-scripts/bin/doxcat @@ -283,10 +283,11 @@ while :; do destiny='' dest='' elif [ "$dest" = shell ]; then - echo "Dropping to debug shell, exit to check for further action" + echo "Dropping to debug shell, exit to run next destiny" destiny='' dest='' /bin/bash + /bin/nextdestiny $XCATMASTER:$XCATPORT elif [ "$dest" = runcmd ]; then destiny=`/bin/nextdestiny $XCATMASTER:$XCATPORT` dest=`echo $destiny|awk -F= '{print $1}'`