mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07: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 || :
|