From 5f5d50ffd8a01c9c26a0c4f816642898d085b6c9 Mon Sep 17 00:00:00 2001 From: Alex Avance Date: Mon, 4 Jan 2021 02:15:57 +0000 Subject: [PATCH] Enable profile loading for gui and server --- cli.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli.cpp b/cli.cpp index d2631316f..4b077c3bc 100644 --- a/cli.cpp +++ b/cli.cpp @@ -1213,7 +1213,5 @@ unsigned int cli_post_detection(int argc, char *argv[]) std::this_thread::sleep_for(1s); - exit(0); - return 0; }