mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
commit
227d75c38c
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,8 @@ class PhabricatorSetup {
|
|||
|
||||
$have_adapter = true;
|
||||
|
||||
if (!Filesystem::pathExists('/usr/bin/sendmail')) {
|
||||
if (!Filesystem::pathExists('/usr/bin/sendmail') &&
|
||||
!Filesystem::pathExists('/usr/sbin/sendmail')) {
|
||||
self::writeFailure();
|
||||
self::write(
|
||||
"Setup failure! You don't have a 'sendmail' binary on this system ".
|
||||
|
|
Loading…
Reference in a new issue