Use --non-interactive instead of --text

This commit is contained in:
Brad Warren 2016-02-08 18:07:56 -08:00
parent 4038be9816
commit 70402790a3

View file

@ -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 \