mirror of https://github.com/status-im/consul.git
7 lines
107 B
Bash
7 lines
107 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eEuo pipefail
|
||
|
|
||
|
gen_envoy_bootstrap s1 19000 primary
|
||
|
gen_envoy_bootstrap s2 19001 primary
|