simplify server array declarations

This commit is contained in:
Daniel Micay
2022-03-24 19:06:14 -04:00
parent 2deba76b55
commit 20448e3bcf
2 changed files with 2 additions and 2 deletions

View File

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