mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
6 lines
106 B
Bash
6 lines
106 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eEuo pipefail
|
||
|
|
||
|
gen_envoy_bootstrap s1 19000 primary
|
||
|
gen_envoy_bootstrap s2 19001 primary
|