From d25568e2de23712f34dad839f65f641e50307ccd Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 19 Jul 2019 19:39:49 +0200 Subject: [PATCH] Fix default conf file --- zmldapsync/zmldapsync.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zmldapsync/zmldapsync.pl b/zmldapsync/zmldapsync.pl index 444beeb..0afb5c3 100644 --- a/zmldapsync/zmldapsync.pl +++ b/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