Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Fixes #54: make_catalog_backup.pl tries to call /usr/sbin/bareos_dbcheck,
           must be /usr/sbin/bareos-dbcheck
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent 32af7d5 commit 6fe7b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cats/make_catalog_backup.pl.in
Expand Up @@ -36,7 +36,7 @@ use strict;
=cut

my $cat = shift or die "Usage: $0 catalogname";
my $dir_conf='@sbindir@/bareos_dbcheck -B -c @sysconfdir@/bareos-dir.conf';
my $dir_conf='@sbindir@/bareos-dbcheck -B -c @sysconfdir@/bareos-dir.conf';
my $wd = "@working_dir@";

sub dump_sqlite3
Expand Down

0 comments on commit 6fe7b60

Please sign in to comment.