mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +02:00
Use --non-interactive instead of --text
This commit is contained in:
@@ -19,7 +19,7 @@ letsencrypt_test () {
|
|||||||
--http-01-port 5002 \
|
--http-01-port 5002 \
|
||||||
--manual-test-mode \
|
--manual-test-mode \
|
||||||
$store_flags \
|
$store_flags \
|
||||||
--text \
|
--non-interactive \
|
||||||
--no-redirect \
|
--no-redirect \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
--register-unsafely-without-email \
|
--register-unsafely-without-email \
|
||||||
@@ -37,7 +37,7 @@ letsencrypt_test_no_force_renew () {
|
|||||||
--http-01-port 5002 \
|
--http-01-port 5002 \
|
||||||
--manual-test-mode \
|
--manual-test-mode \
|
||||||
$store_flags \
|
$store_flags \
|
||||||
--text \
|
--non-interactive \
|
||||||
--no-redirect \
|
--no-redirect \
|
||||||
--agree-tos \
|
--agree-tos \
|
||||||
--register-unsafely-without-email \
|
--register-unsafely-without-email \
|
||||||
|
|||||||
Reference in New Issue
Block a user