From 8eeec0766f6de24e7834e1ae80517d66105ce6e9 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 28 Oct 2008 19:00:35 +0100 Subject: [PATCH] 120synctrans: Explicetly set exit status to 0 --- cron.d/120synctrans | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cron.d/120synctrans b/cron.d/120synctrans index db71ae4..a40736f 100755 --- a/cron.d/120synctrans +++ b/cron.d/120synctrans @@ -43,3 +43,5 @@ else done done fi + +exit 0 -- 2.39.2