From e5c1e19e5effb451322c530a9da7e122224375ec Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 21 Dec 2025 14:18:05 +0300 Subject: [PATCH] Backups: fix host name --- files/backups/config.template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/backups/config.template.toml b/files/backups/config.template.toml index c4e4ead..34a1474 100644 --- a/files/backups/config.template.toml +++ b/files/backups/config.template.toml @@ -1,4 +1,4 @@ -host_name = "{{ notifications_name }}" +host_name = "{{ host_name }}" roots = [ "{{ application_dir }}"