From 7f5f50cfff0be06e28ecf4ff2e3a1aa8cfc27dd6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 3 Nov 2023 14:02:50 +0100 Subject: [PATCH] add FROM_ADDRESS to the usual variables --- bin/plc-config-tty | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/plc-config-tty b/bin/plc-config-tty index a8d8dea..91c5a28 100755 --- a/bin/plc-config-tty +++ b/bin/plc-config-tty @@ -24,6 +24,7 @@ usual_variables = [ "PLC_ROOT_PASSWORD", "PLC_MAIL_ENABLED", "PLC_MAIL_SUPPORT_ADDRESS", + "PLC_MAIL_FROM_ADDRESS", "PLC_DB_HOST", "PLC_API_HOST", "PLC_WWW_HOST", -- 2.43.0