fixed name of DA config file.
This commit is contained in:
parent
b110319851
commit
446c3a6fdc
|
@ -36,7 +36,7 @@ sub new {
|
|||
# * Other system dependent parameters, e.g., whether to use ACLs
|
||||
#
|
||||
# For now we just hardcode the stuff:
|
||||
my $config = Config::YAML->new( config => '/etc/simba/ca.conf');
|
||||
my $config = Config::YAML->new( config => '/etc/simba/da.conf');
|
||||
if ($config->{prune}) {
|
||||
for (@{ $config->{prune} }) {
|
||||
$_ = ".$_" if (m{^/});
|
||||
|
|
Loading…
Reference in New Issue