Skip to content

Commit

Permalink
Merge pull request #93 from johanvdw/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
DO1JLR authored Mar 8, 2023
2 parents 4f1ed05 + 918693e commit e825ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/restic_script_Linux.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%}
Expand Down

0 comments on commit e825ef2

Please sign in to comment.