Skip to content

Commit 72d5329

Browse files
committed
fix postfix command typo
1 parent 16a2fa6 commit 72d5329

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
@@ -968,7 +968,7 @@ public function configure_postfix($options = '') {
968968
}
969969

970970
//* Get postfix version
971-
exec('postfix -d mail_version 2>&1', $out);
971+
exec('postconf -d mail_version 2>&1', $out);
972972
$postfix_version = preg_replace('/.*=\s*/', '', $out[0]);
973973
unset($out);
974974

0 commit comments

Comments
 (0)