From c568efc5fb377a6435f751580430aaeac321c15d Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 11 Dec 2023 16:19:24 +0100 Subject: [PATCH] sudo --- crontab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crontab b/crontab index 6da8f5e..5bda9ac 100644 --- a/crontab +++ b/crontab @@ -1,3 +1,3 @@ -* * * * * python3 /app/testFinal.py >> /app/cron.log 2>&1 -00 08 * * * python3 /app/generateurModele.py >> /app/cron.log 2>&1 +* * * * * sudo python3 /app/testFinal.py >> /app/cron.log 2>&1 +00 08 * * * sudo python3 /app/generateurModele.py >> /app/cron.log 2>&1