mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Clean up: Removes consecutive blank line
This commit is contained in:
parent
03cf9feed3
commit
f8d377c01b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user