Removing wg show command
Continuous Integration / docker (push) Successful in 21s

This commit is contained in:
2026-05-06 11:18:00 -04:00
parent 634fe3fde6
commit 9b1a04b0dc
-1
View File
@@ -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 &