From 92b9ce79dab1408edccfb1b65836531f83f2f899 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Oct 2024 15:46:55 +0100 Subject: [PATCH] dfg --- roles/mgrote_rsync/templates/rsync_mirror.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 b/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 index 774e952a..11441c46 100644 --- a/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 +++ b/roles/mgrote_rsync/templates/rsync_mirror.sh.j2 @@ -5,7 +5,7 @@ {# Header #} echo "-----------------------" echo "Source: {{ item.src }}" -echo "Dest: {{ item.dest.split(':') | last }}" +echo "Destination: {{ item.dest.split(':') | last }}" {# Mount check source #} if /usr/sbin/zfs get mounted -H {{ item.src }} 2>&1 > /dev/null ; then {# Mount check destination #}