mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Use --non-interactive instead of --text
This commit is contained in:
parent
4038be9816
commit
70402790a3
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ letsencrypt_test () {
|
|||
--http-01-port 5002 \
|
||||
--manual-test-mode \
|
||||
$store_flags \
|
||||
--text \
|
||||
--non-interactive \
|
||||
--no-redirect \
|
||||
--agree-tos \
|
||||
--register-unsafely-without-email \
|
||||
|
|
@ -37,7 +37,7 @@ letsencrypt_test_no_force_renew () {
|
|||
--http-01-port 5002 \
|
||||
--manual-test-mode \
|
||||
$store_flags \
|
||||
--text \
|
||||
--non-interactive \
|
||||
--no-redirect \
|
||||
--agree-tos \
|
||||
--register-unsafely-without-email \
|
||||
|
|
|
|||
Loading…
Reference in a new issue