diff --git a/templates/zfs-scrub.sh.j2 b/templates/zfs-scrub.sh.j2 index b91fb65..0cf16e7 100644 --- a/templates/zfs-scrub.sh.j2 +++ b/templates/zfs-scrub.sh.j2 @@ -13,6 +13,6 @@ done zpool status local # Get stdout from journalctl -LOG=$(journalctl -o cat -r -u zfs-scrub.service -n 100) +LOG=$(journalctl -o cat -u zfs-scrub.service -n 100) curl -fsS -m 10 --retry 5 --data-raw "$LOG" {{ host.data.zfs_healthchecks }} exit 0