Skip to content

Commit

Permalink
Make default be a fast shutdown for personals #4520
Browse files Browse the repository at this point in the history
  • Loading branch information
madcitybt committed Jul 25, 2015
1 parent 464850e commit 2bc0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/condor_scripts/CondorPersonal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ sub KillDaemons
return(1);
}

CondorTest::runToolNTimes("condor_off -master",1,0,{expect_result=>\&ANY,emit_output=>0});
CondorTest::runToolNTimes("condor_off -master -fast",1,0,{expect_result=>\&ANY,emit_output=>0});

my $res = NewIsDownYet($desiredconfig, $condor_name);

Expand Down

0 comments on commit 2bc0001

Please sign in to comment.