diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-03-24 19:06:14 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-03-24 19:06:14 -0400 |
| commit | 20448e3bcf2707c4e8f4a9d9c806b12bfbf1c330 (patch) | |
| tree | eba6f06d9f1dac35d0c3594a4217d6eedcfe4732 /certbot-replicate | |
| parent | 2deba76b553be86d378c6f35d5990db2ad4df6df (diff) | |
simplify server array declarations
Diffstat (limited to 'certbot-replicate')
| -rwxr-xr-x | certbot-replicate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot-replicate b/certbot-replicate index 300e8b7b..ef6dc05b 100755 --- a/certbot-replicate +++ b/certbot-replicate @@ -2,7 +2,7 @@ set -o errexit -o nounset -o pipefail -replicas=({1,2}.grapheneos.org) +replicas=({1..2}.grapheneos.org) for replica in ${replicas[@]}; do echo |
