Skip to content

Commit 6cf413c

Browse files
authored
Update VPS.md
1 parent 4cfad09 commit 6cf413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/VPS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create your stringer user
4444

4545
We will run stringer as it's own user for security, also we will be installing a specific version of ruby to stringer user's home directory, this saves us worrying whether the version of ruby and some dependencies provided by your distro are compatible with Stringer.
4646

47-
useradd stringer -m -s /bin/bash
47+
sudo useradd stringer -m -s /bin/bash
4848
su -l stringer
4949

5050
Always use -l switch when you switch user to your stringer user, without it your modified .bash_profile or .profile file will be ignored.

0 commit comments

Comments
 (0)