mirror of https://github.com/status-im/consul.git
7 lines
93 B
Bash
7 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
# Remove deny intention
|
||
|
docker_consul intention delete s1 s2
|