mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
Fix typo
This commit is contained in:
parent
3a4641bfbb
commit
dc262a76a1
@ -178,7 +178,7 @@ async function init(): Promise<State> {
|
||||
checkDependencies();
|
||||
|
||||
if (process.platform === 'linux' && !isRoot() && config.port < 1024) {
|
||||
Logger.error('You need root privilages 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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user