mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
[certbot-auto]: "renew" implies --non-interactive (#4500)
This commit is contained in:
committed by
Brad Warren
parent
ba0ac03205
commit
1ed50497eb
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user