From: Frank Lichtenheld Date: Tue, 28 Oct 2008 18:00:35 +0000 (+0100) Subject: 120synctrans: Explicetly set exit status to 0 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=8eeec0766f6de24e7834e1ae80517d66105ce6e9;p=deb%2Fpackages.git 120synctrans: Explicetly set exit status to 0 --- 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