mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
[certbot-auto]: "renew" implies --non-interactive (#4500)
This commit is contained in:
parent
ba0ac03205
commit
1ed50497eb
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ for arg in "$@" ; do
|
|||
NO_BOOTSTRAP=1;;
|
||||
--help)
|
||||
HELP=1;;
|
||||
--noninteractive|--non-interactive)
|
||||
--noninteractive|--non-interactive|renew)
|
||||
ASSUME_YES=1;;
|
||||
--quiet)
|
||||
QUIET=1;;
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ for arg in "$@" ; do
|
|||
NO_BOOTSTRAP=1;;
|
||||
--help)
|
||||
HELP=1;;
|
||||
--noninteractive|--non-interactive)
|
||||
--noninteractive|--non-interactive|renew)
|
||||
ASSUME_YES=1;;
|
||||
--quiet)
|
||||
QUIET=1;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue