mirror of
https://github.com/status-im/consul.git
synced 2025-02-10 12:46:32 +00:00
7 lines
93 B
Bash
7 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
# Remove deny intention
|
||
|
docker_consul intention delete s1 s2
|