From: Alan J. Pippin <ajp@pippins.net>
Date: Mon, 10 Mar 2014 16:58:15 +0000 (-0600)
Subject: Fixed typo in error message email
X-Git-Url: http://git.pippins.net/%7Blink_participation%7D?a=commitdiff_plain;h=e0a76f5554c04eff63938bb1232f39130713c7ad;p=zfs-ubuntu%2F.git

Fixed typo in error message email
---

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
 }