Commit 1747b2db authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4485 'fusiondirectory-insert-schema -m' should delete residual empty files

Showing with 1 addition and 0 deletions
+1 -0
...@@ -84,6 +84,7 @@ foreach my $arg ( @ARGV ) { ...@@ -84,6 +84,7 @@ foreach my $arg ( @ARGV ) {
push @schemas, $1; push @schemas, $1;
push @gen_files, $1; push @gen_files, $1;
} else { } else {
push @gen_files, $1;
die_with_error("Something went wrong while trying to convert $arg to ldif\n"); die_with_error("Something went wrong while trying to convert $arg to ldif\n");
} }
} else { } else {
......
  • bmortier @bmortier

    mentioned in issue #1430

    By mhamant on 2017-09-02T15:26:15 (imported from GitLab)

    ·

    mentioned in issue #1430

    By mhamant on 2017-09-02T15:26:15 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment