be explicit

This commit is contained in:
Joris Vink 2021-05-10 10:32:54 +02:00
parent 61c06291b6
commit 12909b98bb
1 changed files with 2 additions and 0 deletions

View File

@ -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;