From 442fb383d4647ce1f585fc3621e9839ba247e4cb Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 13 Mar 2024 15:19:10 +0100 Subject: [PATCH] cron fix --- scripts/http_host/cron.d/ofm_ledns_reader | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/http_host/cron.d/ofm_ledns_reader b/scripts/http_host/cron.d/ofm_ledns_reader index a625778..e798f88 100644 --- a/scripts/http_host/cron.d/ofm_ledns_reader +++ b/scripts/http_host/cron.d/ofm_ledns_reader @@ -1,4 +1,2 @@ # once per day -2 34 * * * ofm sudo bash /data/ofm/http_host/bin/ledns_reader.sh >> /data/ofm/http_host/logs/ledns_reader.log 2>&1' - - +2 34 * * * ofm sudo /usr/bin/bash /data/ofm/http_host/bin/ledns_reader.sh >> /data/ofm/http_host/logs/ledns_reader.log 2>&1