summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index e793c24..a8bf473 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -254,7 +254,7 @@ function filter_configure_sync() {
if(strstr("$rules_error", "busy")) {
exec("/sbin/pfctl -d");
exec("/sbin/pfctl -e");
- touch("/sbin/pfctl -f /tmp/rules.debug");
+ exec("/sbin/pfctl -f /tmp/rules.debug");
file_notice("pf_busy", "PF was marked busy and has been reset.", "pf_busy", "");
log_error("PF was marked busy and has been reset.");
}
OpenPOWER on IntegriCloud