crowdsec/config/crowdsec.cron.daily

4 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
cscli --error hub update && cscli --error hub upgrade
systemctl reload crowdsec
exit 0