diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index 502139f8..58b0012c 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -121,7 +121,7 @@ function sync_package_spamd() { } } $greyparms = " -G {$passtime}:{$greyexp}:{$whiteexp}"; - $start = "if [ `mount | grep -v grep | grep mount | wc -l` -lt 1 ]; then \h" . + $start = "if [ `mount | grep -v grep | grep mount | wc -l` -lt 1 ]; then \n" . "/sbin/mount -t fdescfs fdescfs /dev/fd\n" . "fi\n" . "/usr/local/sbin/spamd-setup -d &\n" . |