diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index a138a8dbe..f65cc470e 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -37,7 +37,7 @@ sub process_request { getdestiny(0); } if ($request->{command}->[0] eq 'nextdestiny') { - nextdestiny(0); #it is called within dodestiny + nextdestiny(0,1); #it is called within dodestiny } if ($request->{command}->[0] eq 'setdestiny') { setdestiny($request, 0);