Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Fix a stray `
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Aug 14, 2013
1 parent d371dd6 commit 94d3a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-sh/lpreserver/backend/functions.sh
Expand Up @@ -298,7 +298,7 @@ start_rep_task() {
$zSEND 2>${REPLOGSEND} | $zRCV >${REPLOGRECV} 2>${REPLOGRECV} $zSEND 2>${REPLOGSEND} | $zRCV >${REPLOGRECV} 2>${REPLOGRECV}
zStatus=$? zStatus=$?
queue_msg "ZFS SEND LOG:\n--------------\n" "${REPLOGSEND}" queue_msg "ZFS SEND LOG:\n--------------\n" "${REPLOGSEND}"
queue_msg "ZFS RCV LOG:\n--------------\n`" "${REPLOGRECV}" queue_msg "ZFS RCV LOG:\n--------------\n" "${REPLOGRECV}"


if [ $zStatus -eq 0 ] ; then if [ $zStatus -eq 0 ] ; then
# SUCCESS! # SUCCESS!
Expand Down

0 comments on commit 94d3a40

Please sign in to comment.