Skip to content

Commit

Permalink
op-guide, tikv: update ansible useradd command (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and CaitinChen committed Aug 8, 2018
1 parent 38156d0 commit 73a875d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion op-guide/ansible-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Make sure you have logged in to the Control Machine using the `root` user accoun
1. Create the `tidb` user.

```
# useradd tidb
# useradd -m -d /home/tidb tidb
```

2. Set a password for the `tidb` user account.
Expand Down
2 changes: 1 addition & 1 deletion tikv/deploy-tikv-using-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Make sure you have logged in to the Control Machine using the `root` user accoun
1. Create the `tidb` user.

```
# useradd tidb
# useradd -m -d /home/tidb tidb
```

2. Set a password for the `tidb` user account.
Expand Down

0 comments on commit 73a875d

Please sign in to comment.