From 7658551276113d9d801d4fa280702c1a0302d5bb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 13 Mar 2025 16:22:04 +0000 Subject: [PATCH] Fix cron script --- tasks/aide.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/aide.yaml b/tasks/aide.yaml index 333cdc0..2391e38 100644 --- a/tasks/aide.yaml +++ b/tasks/aide.yaml @@ -47,4 +47,4 @@ SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root - 0 5 * * * root aide --update {{ cis_aide_options }} && mv {{ cis_aide_new_file }} {{ cis_aide_current_file }} + 0 5 * * * root aide --update {{ cis_aide_options }}; mv {{ cis_aide_new_file }} {{ cis_aide_current_file }}