From: Alan J. Pippin Date: Fri, 29 Jan 2010 04:49:47 +0000 (-0700) Subject: Fixed typo in logfile name X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=be0effa3f84fee2396403d3c9220ba24a50f7b35;p=zfs-ubuntu%2F.git Fixed typo in logfile name --- 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