1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Merge pull request #35 from CodeBlock/master

D623
This commit is contained in:
Evan Priestley 2011-07-08 23:44:32 -07:00
commit 227d75c38c

View file

@ -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 ".