Skip to content

Commit

Permalink
Merge pull request #2679 from M0ses/dropbadhosts
Browse files Browse the repository at this point in the history
[backend] --drop-badhosts for obs_admin
  • Loading branch information
adrianschroeter committed Feb 15, 2017
2 parents ed7de0a + 7d013b5 commit 264ec1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/bs_admin
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,8 @@ while (@ARGV) {
my $val;
eval "\$val = \$BSConfig::$var";
print "$val\n";
} elsif ( $arg eq "--drop-badhosts" ) {
BSUtil::touch("$rundir/bs_dispatch.dropbadhosts");
} else {
echo_help();
exit(1)
Expand Down

0 comments on commit 264ec1a

Please sign in to comment.