summaryrefslogtreecommitdiff
path: root/ci/docker/healthcheck.sh
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:52:07 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:52:07 +0100
commit72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (patch)
tree739b96fa5d01aab5b5fc61426aaf7f503b512531 /ci/docker/healthcheck.sh
parent09e8aaddfcb5d2463279e58c3c6c320d1cb2fb46 (diff)
Remove old Docker CI
Diffstat (limited to 'ci/docker/healthcheck.sh')
-rwxr-xr-xci/docker/healthcheck.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/docker/healthcheck.sh b/ci/docker/healthcheck.sh
deleted file mode 100755
index a6bbc0d..0000000
--- a/ci/docker/healthcheck.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env bash
-
-# Check if wg show has any output
-output_wg="$(wg show)"
-[[ -n $output_wg ]]