Skip to content

Commit

Permalink
send output correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 22, 2024
1 parent 59fef0e commit 0f014ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/join-dal-baker/run-baker.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ We can also look at the baker logs to see if it manages to inject the expected o
Optionally, we can also launch an accuser which will monitor the behaviour of the other Weeklynet bakers and denounce them to the Tezos protocol if they are caught double-signing any block or consensus operation.

```
octez-accuser-alpha run >> "$HOME/octez-accuser.log 2>&1"
octez-accuser-alpha run >> $HOME/octez-accuser.log 2>&1
```

0 comments on commit 0f014ec

Please sign in to comment.