summaryrefslogtreecommitdiff
path: root/ci/docker/healthcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/docker/healthcheck.sh')
-rwxr-xr-xci/docker/healthcheck.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/docker/healthcheck.sh b/ci/docker/healthcheck.sh
new file mode 100755
index 0000000..a6bbc0d
--- /dev/null
+++ b/ci/docker/healthcheck.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+# Check if wg show has any output
+output_wg="$(wg show)"
+[[ -n $output_wg ]]