6 lines
70 B
Bash
6 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eEuo pipefail
|
||
|
|
||
|
gen_envoy_bootstrap s1 19000 primary
|