Skip to content

Commit

Permalink
Merge pull request #1409 from gravitational/ev-release-fixes
Browse files Browse the repository at this point in the history
Cherry-picked commits from 2.3 branch
  • Loading branch information
kontsevoy authored Oct 16, 2017
2 parents 519ea80 + 57ac02f commit 1c9ae20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/2.3/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ or you can [build it from source](https://github.com/gravitational/teleport).

After downloading the binary tarball, run:

```
```bash
$ tar -xzf teleport-binary-release.tar.gz
$ sudo make install
$ cd teleport
$ sudo ./install
```

This will copy Teleport binaries to `/usr/local/bin`.
Expand Down
2 changes: 1 addition & 1 deletion tool/teleport/common/teleport.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func Run(cmdlineArgs []string, distro teleport.DistroType, testRun bool) (execut
utils.FatalError(err)
}
if !testRun {
log.Info(conf.DebugDumpToYAML())
log.Debug(conf.DebugDumpToYAML())
}
if ccf.HTTPProfileEndpoint {
log.Warningf("http profile endpoint is deprecated, use gops instead")
Expand Down

0 comments on commit 1c9ae20

Please sign in to comment.