diff --git a/src/opnsense/scripts/shell/setports.php b/src/opnsense/scripts/shell/setports.php index 743195864..a59f9afc8 100755 --- a/src/opnsense/scripts/shell/setports.php +++ b/src/opnsense/scripts/shell/setports.php @@ -44,7 +44,7 @@ if (set_networking_interfaces_ports()) { killbypid('/var/dhcpd/var/run/dhcpdv6.pid', 'TERM', true); interfaces_configure(true); - filter_configure_sync(true) + filter_configure_sync(true); plugins_configure('local', true); rrd_configure(true); }