Fix default conf file

This commit is contained in:
Daniel Berteaud 2019-07-19 19:39:49 +02:00
parent a8a23932e6
commit d25568e2de
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,10 @@ my $conf = {};
# Defaults for command line flags
my $opt = {
'config=s' => '/opt/zimbra/conf/ldap_sync.yml',
'dry' => 0,
'quiet' => 0,
'verbose' => 0
config => '/opt/zimbra/conf/zmldapsync.yml',
dry => 0,
quiet => 0,
verbose => 0
};
# Read some options from the command line