mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Pass additional args to letsencrypt_test_no_force_renew
This commit is contained in:
parent
2170c8d7d2
commit
8b613eed8f
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ export root store_flags
|
|||
|
||||
letsencrypt_test () {
|
||||
letsencrypt_test_no_force_renew \
|
||||
--renew-by-default
|
||||
--renew-by-default \
|
||||
"$@"
|
||||
}
|
||||
|
||||
letsencrypt_test_no_force_renew () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue