mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-17 15:01:20 +02:00
4 lines
No EOL
96 B
Bash
4 lines
No EOL
96 B
Bash
#!/bin/sh
|
|
cscli --error hub update && cscli --error hub upgrade
|
|
systemctl reload crowdsec
|
|
exit 0 |