mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-16 21:33:20 -05:00
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
configctl crowdsec reconfigure
|
|
|
|
# apply new configuration immediately, don't wait for hub updates
|
|
service crowdsec reload >/dev/null 2>&1 || :
|