From: Alan J. Pippin <alan@pippins.net>
Date: Thu, 14 Feb 2019 08:29:24 +0000 (-0700)
Subject: Fixed syntax error in latest fix
X-Git-Url: http://git.pippins.net/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/static/%7Bedit%7D?a=commitdiff_plain;h=17efdff10293f272ca326b4997f8352816872d53;p=zfs-ubuntu%2F.git

Fixed syntax error in latest fix

Change-Id: I0fd708aca9563982c3106ba7838364df5ffd8b4c
---

diff --git a/zfs-replicate-all b/zfs-replicate-all
index 6fc9bfc..456e835 100755
--- a/zfs-replicate-all
+++ b/zfs-replicate-all
@@ -140,7 +140,7 @@ if [[ $import_export_backup_pool == 1 ]]; then
     zpool export $backup_pool
     if [ $? != 0 ]; then
       lsof /$backup_pool/*
-      fatal("-E- unable to export the local backup pool $backup_pool on $hostname")
+      fatal "-E- unable to export the local backup pool $backup_pool on $hostname" "$mailto"
     fi
   fi
 fi