diff --git a/xCAT-genesis-scripts/bin/doxcat b/xCAT-genesis-scripts/bin/doxcat index 343cae866..940ebd909 100755 --- a/xCAT-genesis-scripts/bin/doxcat +++ b/xCAT-genesis-scripts/bin/doxcat @@ -355,6 +355,10 @@ while :; do logger -s -t $log_label -p local4.info "Running nextdestiny $XCATMASTER:$XCATPORT..." /bin/nextdestiny $XCATMASTER:$XCATPORT logger -s -t $log_label -p local4.info "nextdestiny - Complete." + elif [ "$dest" = osimage ]; then + logger -s -t $log_label -p local4.info "Running nextdestiny $XCATMASTER:$XCATPORT..." + destiny=`/bin/nextdestiny $XCATMASTER:$XCATPORT` + logger -s -t $log_label -p local4.info "nextdestiny - Complete." elif [ "$dest" = runcmd ]; then logger -s -t $log_label -p local4.info "Running nextdestiny $XCATMASTER:$XCATPORT..." destiny=`/bin/nextdestiny $XCATMASTER:$XCATPORT`