From be0effa3f84fee2396403d3c9220ba24a50f7b35 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Thu, 28 Jan 2010 21:49:47 -0700 Subject: [PATCH] Fixed typo in logfile name --- zfs-restore | 2 +- zfs-restore-all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zfs-restore b/zfs-restore index ec647b7..71ed8bd 100755 --- a/zfs-restore +++ b/zfs-restore @@ -17,7 +17,7 @@ dst_fs=$4 dst_hostname=$5 if [[ -z "$SCRIPT_UNDER_TEST" ]]; then - exec >> $logdir/zfs-replicate.log 2>&1 + exec >> $logdir/zfs-restore.log 2>&1 fi fatal_and_exit() { diff --git a/zfs-restore-all b/zfs-restore-all index 76c7bf8..7d174b4 100755 --- a/zfs-restore-all +++ b/zfs-restore-all @@ -10,7 +10,7 @@ config="${0%/*}/zfs-scripts.conf" [ -e "${config}" ] && . ${config} # Setup some default values -logfile="$logdir/zfs-replicate-all.log" +logfile="$logdir/zfs-restore-all.log" # Setup our output if [[ -z "$SCRIPT_UNDER_TEST" ]]; then -- 2.34.1