Fix default conf file

master
Daniel Berteaud 5 years ago
parent a8a23932e6
commit d25568e2de
  1. 8
      zmldapsync/zmldapsync.pl

@ -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

Loading…
Cancel
Save