Skip to content

Commit

Permalink
rmove creation of destination directory
Browse files Browse the repository at this point in the history
mariux committed Jan 3, 2012
1 parent d670956 commit a9c251b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mxstartup2mxvipcfg
Original file line number Diff line number Diff line change
@@ -47,11 +47,6 @@ LINE: foreach(@lines) {
next LINE unless(defined $match);

my @ips = split /\s*[,; ]\s*/,$ip;

unless( -d $rundir) {
mkdir $rundir, 700 or warn "can't create dir: $rundir: $!";
}

my $pip = parse_ips(@ips);
print_ips_cfg($pip);

0 comments on commit a9c251b

Please sign in to comment.