mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
firewall: copy and paste error in previous
This commit is contained in:
parent
ce27c194e7
commit
c2cd032cd7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user