From a6766f1dcc9efeef450768565081c3706218fa82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 16 Jul 2021 12:03:59 +0200 Subject: [PATCH] Fix CLI script (#2562) --- lemonldap-ng-common/scripts/lemonldap-ng-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonldap-ng-common/scripts/lemonldap-ng-cli b/lemonldap-ng-common/scripts/lemonldap-ng-cli index 538bed739..564742c43 100755 --- a/lemonldap-ng-common/scripts/lemonldap-ng-cli +++ b/lemonldap-ng-common/scripts/lemonldap-ng-cli @@ -6,7 +6,7 @@ use POSIX; use Getopt::Long; our $opt_user = '__APACHEUSER__'; -our $opt_group = '__APACHEGROUP'; +our $opt_group = '__APACHEGROUP__'; GetOptions ( "user=s" => \$opt_user, "group=s" => \$opt_group