Skip to content

Commit d3c192e

Browse files
rdr: suppress table output
1 parent a90e292 commit d3c192e

File tree

1 file changed

+1
-1
lines changed
  • usr/local/share/bastille

1 file changed

+1
-1
lines changed

usr/local/share/bastille/rdr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ check_rdr_table_validity() {
112112

113113
local table="${1}"
114114

115-
if ! pfctl -t "${table}" -T show; then
115+
if ! pfctl -t "${table}" -T show > /dev/null 2>&1; then
116116
error_exit "\nInvalid: (${table})."
117117
else
118118
info "\nValid: (${table})."

0 commit comments

Comments
 (0)