Fixed syntax error in latest fix
[zfs-ubuntu/.git] / 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