2022-10-18 15:11:48 +00:00
|
|
|
#!/bin/sh
|
2022-10-20 11:59:39 +00:00
|
|
|
test -x /usr/bin/cscli || exit 0
|
|
|
|
/usr/bin/cscli --error hub update && /usr/bin/cscli --error hub upgrade
|
2022-10-18 15:11:48 +00:00
|
|
|
systemctl reload crowdsec
|
2022-10-20 11:59:39 +00:00
|
|
|
exit 0
|