declare servers on one line

This commit is contained in:
Daniel Micay 2022-03-24 19:03:31 -04:00
parent 98a7073b3a
commit 2deba76b55
2 changed files with 2 additions and 6 deletions

View File

@ -2,9 +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

View File

@ -4,9 +4,7 @@ set -o errexit -o nounset -o pipefail
./process-static
servers=(
{0,1,2}.grapheneos.org
)
servers=({0,1,2}.grapheneos.org)
for server in ${servers[@]}; do
echo $server