diff --git a/usr/local/share/bastille/zfs.sh b/usr/local/share/bastille/zfs.sh index d93e2837..ac6967ba 100644 --- a/usr/local/share/bastille/zfs.sh +++ b/usr/local/share/bastille/zfs.sh @@ -126,6 +126,7 @@ zfs_snapshot() { zfs_rollback() { # shellcheck disable=SC2140 zfs rollback -r "${bastille_zfs_zpool}/${bastille_zfs_prefix}/jails/${_jail}"@"${TAG}" + # shellcheck disable=SC2140 zfs rollback -r "${bastille_zfs_zpool}/${bastille_zfs_prefix}/jails/${_jail}/root"@"${TAG}" _return=$? }