From 4a92e505cf63b66f6d0b91f93a44e6d21dc45543 Mon Sep 17 00:00:00 2001 From: Keonik1 Date: Sun, 17 Aug 2025 13:01:32 +0300 Subject: [PATCH] Update Changelog https://github.com/chatmail/relay/pull/614#discussion_r2269932560 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61c9a8a..a4b251e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Add `--skip-dns-check` argument to `cmdeploy run` command, which disables DNS record checking before installation. ([#614](https://github.com/chatmail/relay/pull/614)) -- Add `--force` argument to `cmdeploy init` command, which recreates the `config.ini` file. +- Add `--force` argument to `cmdeploy init` command, which recreates the `chatmail.ini` file. ([#614](https://github.com/chatmail/relay/pull/614)) - Add startup for `fcgiwrap.service` because sometimes it did not start automatically.