From 9b1a04b0dc5850ee21cddcb041351e824dc2f9ae Mon Sep 17 00:00:00 2001 From: Dawson Date: Wed, 6 May 2026 11:18:00 -0400 Subject: [PATCH] Removing wg show command --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 32e8cbc..c534378 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -90,7 +90,6 @@ if [[ "${MANAGE_WIREGUARD}" == "true" ]]; then ip6tables-save | tee /tmp/rules.v6.${WIREGUARD_INTERFACE}.$$.conf else info "Using externally managed wireguard interface: ${WIREGUARD_INTERFACE}" - wg show ${WIREGUARD_INTERFACE} || true fi sleep 8 &