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 &