We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c6c95 commit 134f84fCopy full SHA for 134f84f
copy/opt/core/bin/exim-cron.sh
@@ -83,5 +83,5 @@ if [ -x /opt/local/sbin/exim_tidydb ]; then
83
cd $SPOOLDIR/db || exit 0
84
find * -maxdepth 1 \( -name '*.lockfile' -or -name 'log.*' \) \
85
-and -type f -print0 | \
86
- sudo -u mail xargs -0r -n 1 /opt/local/sbin/exim_tidydb $SPOOLDIR > /dev/null
+ sudo -u mail xargs -0 -n 1 /opt/local/sbin/exim_tidydb $SPOOLDIR > /dev/null
87
fi
0 commit comments