mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
be explicit
This commit is contained in:
parent
61c06291b6
commit
12909b98bb
@ -1868,6 +1868,8 @@ configure_deployment(char *value)
|
||||
{
|
||||
if (!strcmp(value, "docker")) {
|
||||
kore_foreground = 1;
|
||||
skip_runas = 0;
|
||||
skip_chroot = 0;
|
||||
} else if (!strcmp(value, "dev") || !strcmp(value, "development")) {
|
||||
kore_foreground = 1;
|
||||
skip_runas = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user