firewall: copy and paste error in previous

This commit is contained in:
Franco Fichtner 2016-11-05 23:00:23 +01:00
parent ce27c194e7
commit c2cd032cd7

View File

@ -18,7 +18,7 @@ process_url()
return 1
fi
if opnsense-verify -q /tmp/bogons; then
if ! opnsense-verify -q ${file}; then
echo "Could not verify ${url}" | logger
proc_error="true"
return 1