mirror of
https://git.kore.io/kore.git
synced 2024-11-16 06:56:33 +01:00
fix typo: -r for skip privs
This commit is contained in:
parent
c95aac54a2
commit
3eaa325eb5
@ -176,7 +176,7 @@ kore_parse_config(void)
|
||||
}
|
||||
|
||||
if (getuid() != 0 && skip_runas == 0) {
|
||||
fatal("cannot drop privileges, use -p to skip it");
|
||||
fatal("cannot drop privileges, use -r to skip it");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user