diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-30 15:59:13 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-06-30 15:59:13 -0400 |
| commit | 657f2dac8a311d6b6d72b60133044a1f86259b63 (patch) | |
| tree | ceeb697d6766b135c5d6aec7f8abc3f04f71a62f /certbot-replicate | |
| parent | 2fbdffa33316270840171ccb20e5924dd3258c9a (diff) | |
add BuyVM website instance
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 5de2db56..44e37398 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..3}.grapheneos.org) for replica in ${replicas[@]}; do echo |
