diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-30 02:56:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-30 03:02:46 -0400 |
| commit | 89095afe993354755e426e8e457606b8a78b0121 (patch) | |
| tree | 8b643146bd7911f909ba1f9fd8a1c18ec095c2c6 /certbot-replicate | |
| parent | e1ccefd1fadf52da5783a54bb8305d87a39778ea (diff) | |
rename primary to 0 and replica1 to 1
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 76398497..e15b0b15 100755 --- a/certbot-replicate +++ b/certbot-replicate @@ -3,7 +3,7 @@ set -o errexit -o nounset -o pipefail replicas=( - replica1.grapheneos.org + 1.grapheneos.org ) for replica in ${replicas[@]}; do |
