mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
4 lines
126 B
Bash
4 lines
126 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
snapshot_envoy_admin localhost:19000 s1 primary || true
|
||
|
snapshot_envoy_admin localhost:19001 s2 secondary || true
|