Commit c2cd032c authored by Franco Fichtner's avatar Franco Fichtner

firewall: copy and paste error in previous

parent ce27c194
......@@ -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
......
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