Fixed syntax error in latest fix
authorAlan J. Pippin <alan@pippins.net>
Thu, 14 Feb 2019 08:29:24 +0000 (01:29 -0700)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 14 Feb 2019 08:29:24 +0000 (01:29 -0700)
Change-Id: I0fd708aca9563982c3106ba7838364df5ffd8b4c

zfs-replicate-all

index 6fc9bfc269014181bd655fba682c64314b1ace6c..456e835ebe4072f44c1df740523bc8165cee1a1f 100755 (executable)
@@ -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