From 4fb0251d557d017e252129ea245284b37726056c Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 16 Jun 2022 20:02:28 -0700 Subject: [PATCH] construct: No automatic console when -debug used w/ -single. --- construct/construct.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/construct/construct.cc b/construct/construct.cc index 5c32d134f..1c6ded3c1 100644 --- a/construct/construct.cc +++ b/construct/construct.cc @@ -502,7 +502,7 @@ applyargs() if(single && !bootstrap) { ircd::write_avoid.set("true"); - cmdline = true; + cmdline = !debugmode; } if(bootstrap)