dfg
This commit is contained in:
parent
cb002856d8
commit
92b9ce79da
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{# Header #}
|
{# Header #}
|
||||||
echo "-----------------------"
|
echo "-----------------------"
|
||||||
echo "Source: {{ item.src }}"
|
echo "Source: {{ item.src }}"
|
||||||
echo "Dest: {{ item.dest.split(':') | last }}"
|
echo "Destination: {{ item.dest.split(':') | last }}"
|
||||||
{# Mount check source #}
|
{# Mount check source #}
|
||||||
if /usr/sbin/zfs get mounted -H {{ item.src }} 2>&1 > /dev/null ; then
|
if /usr/sbin/zfs get mounted -H {{ item.src }} 2>&1 > /dev/null ; then
|
||||||
{# Mount check destination #}
|
{# Mount check destination #}
|
||||||
|
|
Loading…
Reference in a new issue