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

Update "should not run as root" message

Summary: These should be fine to land whenever.

Test Plan: N/A

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D14066
This commit is contained in:
Joshua Spence 2015-10-31 11:20:23 +00:00 committed by joshuaspence
parent 98a301a59b
commit 4626fb4ef0

View file

@ -132,10 +132,7 @@ abstract class PhabricatorAphlictManagementWorkflow
if (posix_getuid() == 0) {
throw new PhutilArgumentUsageException(
pht(
// TODO: Update this message after a while.
'The notification server should not be run as root. It no '.
'longer requires access to privileged ports.'));
pht('The notification server should not be run as root.'));
}
// Make sure we can write to the PID file.