summaryrefslogtreecommitdiff
path: root/ci/docker/healthcheck.sh
blob: a6bbc0d0e7860afd7164a7895c346f202aae1e53 (plain)
1
2
3
4
5
#!/usr/bin/env bash

# Check if wg show has any output
output_wg="$(wg show)"
[[ -n $output_wg ]]