From 997d32550cf1f4c3d68c2bc670901cab07892a3b Mon Sep 17 00:00:00 2001 From: Dulana Peiris Date: Tue, 2 Jan 2024 13:32:18 +0530 Subject: [PATCH] Bug fix --- src/hp_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hp_manager.cpp b/src/hp_manager.cpp index 7c971eb..256d8bf 100644 --- a/src/hp_manager.cpp +++ b/src/hp_manager.cpp @@ -871,7 +871,7 @@ namespace hp } // Debug shell - if (!config.debug_shell.enabled.has_value()) + if (config.debug_shell.enabled.has_value()) d["debug_shell"]["enabled"] = config.debug_shell.enabled.value(); if (!config.debug_shell.users.empty()) {