Update server-cli-reference.md

Fix a small typo within the `nohup` command

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/ec9acedf
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/ec9acedf
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/ec9acedf

Branch: refs/heads/0.9.0
Commit: ec9acedf3388e99665828a6c4db40b1dbb5ecc41
Parents: d97154e
Author: Thomas Bouron <[email protected]>
Authored: Thu May 5 15:43:27 2016 +0100
Committer: Alex Heneveld <[email protected]>
Committed: Fri May 13 12:58:30 2016 +0100

----------------------------------------------------------------------
 guide/ops/server-cli-reference.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/ec9acedf/guide/ops/server-cli-reference.md
----------------------------------------------------------------------
diff --git a/guide/ops/server-cli-reference.md 
b/guide/ops/server-cli-reference.md
index 45266f2..407de29 100644
--- a/guide/ops/server-cli-reference.md
+++ b/guide/ops/server-cli-reference.md
@@ -11,7 +11,7 @@ already running Brooklyn Server, refer to [Client CLI 
Reference](cli/index.html)
 To launch Brooklyn, from the directory where Brooklyn is unpacked, run:
 
 {% highlight bash %}
-% nohup bin/brooklyn launch > /dev/null 2&>1 &
+% nohup bin/brooklyn launch > /dev/null 2>&1 &
 {% endhighlight %}
 
 With no configuration, this will launch the Brooklyn web console and REST API 
on [`http://localhost:8081/`](http://localhost:8081/).

Reply via email to