From 2241fa0bf7849a376cff66e78458d2755d06f571 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 15 Feb 2024 23:32:56 -0300 Subject: [PATCH] Update my_custom.conf.dist Add default value to 1, so that it is enabled. On the contrary, the message will not be displayed on the screen otherwise. --- conf/my_custom.conf.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/my_custom.conf.dist b/conf/my_custom.conf.dist index d38b74a..eb614f9 100644 --- a/conf/my_custom.conf.dist +++ b/conf/my_custom.conf.dist @@ -14,4 +14,4 @@ # 1 - Enabled # -MyModule.Enable = 0 +MyModule.Enable = 1