mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
+1
-1
@@ -18,7 +18,7 @@ fi
|
|||||||
|
|
||||||
for arg in "$@" ; do
|
for arg in "$@" ; do
|
||||||
# This first clause is redundant with the third, but hedging on portability
|
# 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
|
VERBOSE=1
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user