From e833f068516a2963b9cc7c082527191f8a83c723 Mon Sep 17 00:00:00 2001 From: jblu Date: Tue, 6 Jun 2023 00:24:39 -0500 Subject: [PATCH] updated cron --- crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab b/crontab index 5c8f30f..257e14f 100644 --- a/crontab +++ b/crontab @@ -1 +1 @@ -0 1 * * * . /etc/environment; python /opt/crane.py >> /logfile \ No newline at end of file +*/5 * * * * . /etc/environment; python /opt/crane.py >> /logfile \ No newline at end of file