diff --git a/usr/local/share/bastille/rdr.sh b/usr/local/share/bastille/rdr.sh index 62971d30..80122b5e 100644 --- a/usr/local/share/bastille/rdr.sh +++ b/usr/local/share/bastille/rdr.sh @@ -113,7 +113,7 @@ check_rdr_table_validity() { local table="${1}" if ! pfctl -t "${table}" -T show; then - info "\nValid: (${table})." + error_exit "\nInvalid: (${table})." else info "\nValid: (${table})." fi