Skip to content

Commit e9f8f7e

Browse files
author
Michele
committed
Fixing minor bug
1 parent 200ebd2 commit e9f8f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ public function configure_mlmmj() {
877877
copy($conf['postfix']['config_dir'].'/master.cf', $conf['postfix']['config_dir'].'/master.cf~mlmmj');
878878
$content .= "\n# mlmmj mailing lists\n";
879879
$content .= "mlmmj unix - n n - - pipe\n";
880-
$content .= " flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L /var/";
880+
$content .= " flags=ORhu user=mlmmj argv=/usr/bin/mlmmj-receive -F -L ";
881881
$content .= $mlConfig['spool_dir']."/\$nexthop\n\n";
882882
wf($conf['postfix']['config_dir'].'/master.cf', $content);
883883
}

0 commit comments

Comments
 (0)