From: Zeljko Boros <Zeljko.Boros@carnet.hr>
Date: Wed, 9 Feb 2022 00:29:33 +0000 (+0100)
Subject: fix
X-Git-Tag: debian/3.4.10+cn10u4~1
X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=commitdiff_plain;h=c77deb28624990a2a17d39cb0c7a297b01ee124f;p=postfix-cn.git

fix
---

diff --git a/debian/cron.d b/debian/cron.d
index 1a94cca..f8a6d0f 100644
--- a/debian/cron.d
+++ b/debian/cron.d
@@ -2,4 +2,4 @@
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
 
-0 0-23/1     * * *     root   LC_ALL=C if [ -x /usr/sbin/newaliases-gecos ]; then /usr/sbin/newaliases-gecos; fi
+0 0-23/1     * * *     root   LC_ALL=C bash -c "if [ -x /usr/sbin/newaliases-gecos ]; then /usr/sbin/newaliases-gecos; fi"