projects
/
postfix-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fbb5d
)
fix
author
Zeljko Boros
<Zeljko.Boros@carnet.hr>
Wed, 9 Feb 2022 00:29:33 +0000
(
01:29
+0100)
committer
Zeljko Boros
<Zeljko.Boros@carnet.hr>
Wed, 9 Feb 2022 00:29:33 +0000
(
01:29
+0100)
debian/cron.d
patch
|
blob
|
history
diff --git
a/debian/cron.d
b/debian/cron.d
index
1a94cca
..
f8a6d0f
100644
(file)
--- 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"