mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-28 07:39:42 -05:00
8 lines
259 B
Bash
Executable File
8 lines
259 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# need to temporarily stop the bouncer to remove all the rules
|
|
service crowdsec_firewall stop >/dev/null 2>&1 | :
|
|
|
|
# the rest of the cleanup is done in the post-deinstall script, otherwise
|
|
# the plugin recreates the objects during "filter reload".
|