diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2016-12-31 11:02:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2016-12-31 11:02:58 +0900 |
| commit | 92855054c3cb34a9737e7ce2da28bdf988d6d66a (patch) | |
| tree | 2e81d68f32edef4eecb4cde30359dde9e8ba36d9 /src | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | misskey-92855054c3cb34a9737e7ce2da28bdf988d6d66a.tar.gz misskey-92855054c3cb34a9737e7ce2da28bdf988d6d66a.tar.bz2 misskey-92855054c3cb34a9737e7ce2da28bdf988d6d66a.zip | |
Clean up: Removes consecutive blank line
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 2118234188..75bfa35062 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,7 +148,6 @@ async function init(): Promise<State> { configLogger.info('Successfully loaded'); configLogger.info(`maintainer: ${config.maintainer}`); - if (process.platform === 'linux' && !isRoot() && config.port < 1024) { Logger.error('You need root privileges to listen on port below 1024 on Linux'); return State.failed; |