Commit 45f98dc1 authored by Ad Schellevis's avatar Ad Schellevis

minor fix

parent 3bc74e1a
......@@ -3325,7 +3325,7 @@ function filter_rules_spoofcheck_generate($ifname, $ifcfg, $log) {
$mt = microtime();
echo "filter_rules_spoofcheck_generate() being called $mt\n";
}
$ipfrules = "antispoof {$log['block']} for \${$ifcfg['descr']} tracker {$tracker}\n";
$ipfrules = "antispoof {$log['block']} for \${$ifcfg['descr']} \n";
$tracker++;
return $ipfrules;
......
......@@ -406,6 +406,7 @@ fi
export fcgipath=/var/run/php-fpm.socket
chmod u+rx /usr/local/opnsense/check_reload_status.py
/usr/bin/nice -n20 /usr/local/opnsense/check_reload_status.py
sleep 1 # give check_reload_status some time to load to prevent missing socket
# let the PHP-based configuration subsystem set up the system now
echo -n "Launching the init system..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment