mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
parent
368b69ff50
commit
f130cb470c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ fi
|
|||
|
||||
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
|
||||
if [ "$arg" = "-v" ] || [ "$arg" = "--verbose" ] || echo "$arg" | grep -E -- "-v+$" ; then
|
||||
VERBOSE=1
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue