Make sure kore-serve builds.

This commit is contained in:
Joris Vink 2021-01-23 11:57:20 +01:00
parent a575881cb9
commit 37b25da83d
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include <sys/types.h>
#include <kore/kore.h>
#include <kore/hooks.h>
#include <stdlib.h>
@ -46,8 +47,8 @@ kore_parent_configure(int argc, char *argv[])
port = "8888";
ip = "127.0.0.1";
foreground = 1;
kore_quiet = 1;
kore_foreground = 1;
skip_runas = 1;
skip_chroot = 1;