mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
elif nit
This commit is contained in:
parent
d2f1ae9c38
commit
abfa6db83f
1 changed files with 1 additions and 2 deletions
|
|
@ -23,8 +23,7 @@ for arg in "$@" ; do
|
|||
# This first clause is redundant with the third, but hedging on portability
|
||||
if [ "$arg" = "-v" ] || [ "$arg" = "--verbose" ] || echo "$arg" | grep -E -- "-v+$" ; then
|
||||
VERBOSE=1
|
||||
fi
|
||||
if [ "$arg" = "--debug" ] ; then
|
||||
elif [ "$arg" = "--debug" ] ; then
|
||||
DEBUG=1
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue