Skip to content

Commit 8168168

Browse files
thx2001rjsjoeio
andauthored
docs: correct punctuation
Co-authored-by: Joe Previte <[email protected]>
1 parent 77309f2 commit 8168168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/termux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To create a new user follow these simple steps -
9090
2. Change the password by running `passwd <username>`.
9191
3. Give your new user sudo access by running `visudo`, scroll down to `User privilege specification` and add the following line after root `username ALL=(ALL:ALL) ALL`.
9292
4. Now edit the `/etc/passwd` file with your command line editor of choice and at the end of the line that specifies your user change `/bin/sh` to `/bin/bash`.
93-
5. Now switch users, by running `su - <username>`
93+
5. Now switch users by running `su - <username>`
9494

9595
- Remember the `-` betweeen `su` and username is required to execute `/etc/profile`,\
9696
since `/etc/profile` may have some necessary things to be executed you should always add a `-`.

0 commit comments

Comments
 (0)