From: Alan J. Pippin Date: Thu, 14 Feb 2019 08:29:24 +0000 (-0700) Subject: Fixed syntax error in latest fix X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=17efdff10293f272ca326b4997f8352816872d53;hp=f1a0eaf6cb15faf514577513f17fa9a06c34d129;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