rdr: suppress table output

This commit is contained in:
tschettervictor
2025-06-20 12:37:40 -06:00
committed by GitHub
parent a90e29244d
commit d3c192e347

View File

@@ -112,7 +112,7 @@ check_rdr_table_validity() {
local table="${1}"
if ! pfctl -t "${table}" -T show; then
if ! pfctl -t "${table}" -T show > /dev/null 2>&1; then
error_exit "\nInvalid: (${table})."
else
info "\nValid: (${table})."