Skip to content
Snippets Groups Projects
Verified Commit 3b3e701b authored by Martin Petráček's avatar Martin Petráček
Browse files

suricata: hide iptables errors when removing non-existing rules

parent 99dd2873
Branches
Tags
No related merge requests found
......@@ -75,7 +75,7 @@ iptables_deactivate() {
}
stop_service() {
iptables_deactivate
iptables_deactivate 2>/dev/null
rm -f $PID_FILE
}
......
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