You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ exit 0
209
209
```
210
210
- Add it to crontab, every day at 6 for example
211
211
```
212
-
0 6 * * * /home/master/crowdsec/hub_update.sh
212
+
0 6 * * * sh /home/master/crowdsec/hub_update.sh
213
213
```
214
214
### Make sure log rotation not breaking acquisition
215
215
As CrowdSec is not running as root in our current context, there could be some race conditions with log rotation file creation making the acquisition fail.
0 commit comments