4 lines
96 B
Text
4 lines
96 B
Text
|
#!/bin/sh
|
||
|
cscli --error hub update && cscli --error hub upgrade
|
||
|
systemctl reload crowdsec
|
||
|
exit 0
|