fixed typo

This commit is contained in:
2026-01-31 23:23:26 +01:00
parent c99d796cd9
commit 92441e0797

View File

@@ -97,7 +97,7 @@ Once verified, add a weekly cron job. This can quickly be done from the command
```
sudo tee /etc/cron.d/clear-log-files >/dev/null <<EOF
0 1 * * 5 root /usr/local/sbin/clear-log-files >/dev/null 2>&1
0 2 * * 5 root /usr/local/sbin/clear-log-files >/dev/null 2>&1
EOF
```