fix
authorZeljko Boros <Zeljko.Boros@carnet.hr>
Wed, 9 Feb 2022 00:29:33 +0000 (01:29 +0100)
committerZeljko Boros <Zeljko.Boros@carnet.hr>
Wed, 9 Feb 2022 00:29:33 +0000 (01:29 +0100)
debian/cron.d

index 1a94cca..f8a6d0f 100644 (file)
@@ -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"