dfg
This commit is contained in:
parent
3fb2b355a9
commit
74303cd041
1 changed files with 2 additions and 0 deletions
|
@ -14,8 +14,10 @@ if [[ "$(/usr/sbin/zfs get mounted -H {{ item.src | regex_replace('^/', '') }} |
|
||||||
{# "/" am Ende von Src+Dest ist Wichtig und notwendig, sonst wird in Unterordner kopiert #}
|
{# "/" am Ende von Src+Dest ist Wichtig und notwendig, sonst wird in Unterordner kopiert #}
|
||||||
else
|
else
|
||||||
echo "Destination-Dataset not mounted!"
|
echo "Destination-Dataset not mounted!"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "Source-Dataset not mounted!"
|
echo "Source-Dataset not mounted!"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue