X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;ds=inline;f=zfs-replicate-all;fp=zfs-replicate-all;h=afd30b89c2f280ddcb6ec796d9f6dda6ca097219;hb=e0a76f5554c04eff63938bb1232f39130713c7ad;hp=8d43bd92430e3c1f5c0a124a50c08185c9803fa5;hpb=0b4e25e42e934ccd5258a5659ed15c394b7f0a62;p=zfs-ubuntu%2F.git diff --git a/zfs-replicate-all b/zfs-replicate-all index 8d43bd9..afd30b8 100755 --- a/zfs-replicate-all +++ b/zfs-replicate-all @@ -54,7 +54,7 @@ fatal_and_exit() { # echo message to terminal echo -e 2>&1 "$1" # send email notification - echo -e "$1" | $mailx -s "zfs scrub on $hostname failed" "$mailto" + echo -e "$1" | $mailx -s "zfs-replicate-all on $hostname failed" "$mailto" exit 1 }