From 918693eb7639131240f40140e3324336ed38fb3d Mon Sep 17 00:00:00 2001 From: Johan Van de Wauw Date: Wed, 8 Mar 2023 08:52:54 +0100 Subject: [PATCH] Fix minor typo --- templates/restic_script_Linux.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/restic_script_Linux.j2 b/templates/restic_script_Linux.j2 index 3026bd2..e38a11c 100644 --- a/templates/restic_script_Linux.j2 +++ b/templates/restic_script_Linux.j2 @@ -8,7 +8,7 @@ trap "rm -f $pid" SIGSEGV trap "rm -f $pid" SIGINT if [ -e $pid ]; then - echo "A nother version of this restic backup script is already running!" + echo "Another version of this restic backup script is already running!" {% if item.mail_on_error is defined and item.mail_on_error == true %} mail -s "starting restic backup failed on {{ ansible_hostname }}" {{ item.mail_address }} <<< "Another restic backup process is already running. We canceled starting a new restic backup script running at {{ ansible_hostname }} at $(date -u '+%Y-%m-%d %H:%M:%S'). {%- if item.src is defined -%}