From 31ecf2b1f05ee6b3fa6d327c6fe1748199c13b20 Mon Sep 17 00:00:00 2001 From: Whitespots Date: Sun, 15 Dec 2024 22:49:38 +0000 Subject: [PATCH] GITBOOK-579: No subject --- auditor/maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditor/maintenance.md b/auditor/maintenance.md index 68dba82..de77bda 100644 --- a/auditor/maintenance.md +++ b/auditor/maintenance.md @@ -10,6 +10,6 @@ Example: ``` */15 * * * * docker compose -f /opt/auditor/docker-compose.yml exec scanner-worker sh -c "docker volume rm \$(docker volume ls -q)" -*/15 * * * * echo "cleaning of volumes is done: " > /opt/auditor/last-cron-cleanup.txt +*/15 * * * * echo "cleaning is done: " > /opt/auditor/last-cron-cleanup.txt */15 * * * * date >> /opt/auditor/last-cron-cleanup.txt ```