mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 04:43:08 +02:00
Clean up: Removes consecutive blank line
This commit is contained in:
parent
b2467688bc
commit
92855054c3
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ async function init(): Promise<State> {
|
||||||
configLogger.info('Successfully loaded');
|
configLogger.info('Successfully loaded');
|
||||||
configLogger.info(`maintainer: ${config.maintainer}`);
|
configLogger.info(`maintainer: ${config.maintainer}`);
|
||||||
|
|
||||||
|
|
||||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
||||||
Logger.error('You need root privileges to listen on port below 1024 on Linux');
|
Logger.error('You need root privileges to listen on port below 1024 on Linux');
|
||||||
return State.failed;
|
return State.failed;
|
||||||
|
|
Loading…
Reference in a new issue