aboutsummaryrefslogtreecommitdiffstats
path: root/lfacme.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'lfacme.sh.in')
-rw-r--r--lfacme.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lfacme.sh.in b/lfacme.sh.in
index aaf23e9..fc29e3d 100644
--- a/lfacme.sh.in
+++ b/lfacme.sh.in
@@ -13,7 +13,7 @@ _uacme_flags=""
while :; do
case "$1" in
-c)
- _CONFDIR="$2"
+ LFACME_CONFDIR="$2"
shift; shift;;
-v)
LFACME_VERBOSE=1