Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guide/sbc-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This step may needed to have working auto USB detection and mounting
Copy the provided logrotate configuration file and set it up to run hourly:

```bash
sudo cp config/printer.rotate /etc/logrotate.d/printer
sudo cp /home/pi/printer/config/printer.rotate /etc/logrotate.d/printer
sudo cp /etc/cron.daily/logrotate /etc/cron.hourly/
```

Expand Down