mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 15:00:44 +01:00
rdr: Fix exit on invalid table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user