diff options
Diffstat (limited to 'lfacme.sh.in')
| -rw-r--r-- | lfacme.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lfacme.sh.in b/lfacme.sh.in index fc29e3d..27a6cf1 100644 --- a/lfacme.sh.in +++ b/lfacme.sh.in @@ -17,6 +17,8 @@ while :; do shift; shift;; -v) LFACME_VERBOSE=1 + # Export this so it's available to hooks. + export LFACME_VERBOSE shift;; -y) _uacme_flags="$_uacme_flags $1" |
