From abfa6db83fc5d3f0c9bf41cc436340e3d422b3a8 Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Wed, 4 Nov 2015 16:51:13 -0800 Subject: [PATCH] elif nit --- letsencrypt-auto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/letsencrypt-auto b/letsencrypt-auto index 40b0d714a..354bd36fb 100755 --- a/letsencrypt-auto +++ b/letsencrypt-auto @@ -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