From e4565ba068bdc95196d080178e999829403c2b96 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 3 Sep 2018 15:46:27 +0200 Subject: [PATCH] [fix] Encoding error --- conf/backup_method.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/backup_method.j2 b/conf/backup_method.j2 index e8511da..1ea3cde 100644 --- a/conf/backup_method.j2 +++ b/conf/backup_method.j2 @@ -35,7 +35,7 @@ do_backup() { evaluated_time=$(($size / ($speed * 1000 / 8) / 3600)) echo "Hello, -Your first backup on $repo is starting. The backup size is evaluated to $human_size. If connectivity is 1Mbps between the 2 servers, it will take about $evaluated_time hourâ‹…s to transmit. +Your first backup on $repo is starting. The backup size is evaluated to $human_size. If connectivity is 1Mbps between the 2 servers, it will take about $evaluated_time hour(s) to transmit. This is an automated message from your beloved YunoHost server." | /usr/bin/mail.mailutils -a "Content-Type: text/plain; charset=UTF-8" -s "[YNH] First backup is starting" "root" fi