mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Merge pull request #12 from DamianZaremba/master
Path issues in PhabricatorSetup.php
This commit is contained in:
commit
b8e1ead481
1 changed files with 2 additions and 3 deletions
|
@ -284,8 +284,7 @@ class PhabricatorSetup {
|
|||
|
||||
$have_adapter = true;
|
||||
|
||||
list($err) = exec_manual('which sendmail');
|
||||
if ($err) {
|
||||
if (!Filesystem::pathExists('/usr/bin/sendmail')) {
|
||||
self::writeFailure();
|
||||
self::write(
|
||||
"Setup failure! You don't have a 'sendmail' binary on this system ".
|
||||
|
@ -436,4 +435,4 @@ class PhabricatorSetup {
|
|||
"\n\n");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue