2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

changed line 126 to ' usermod -aG sudo [frappe-user]' (was: frappe)"

This commit is contained in:
vrms 2019-06-10 07:23:36 +02:00
parent bf12cf8427
commit 97b07a336c

View File

@ -123,10 +123,10 @@ If you are on a fresh server and logged in as root, at first create a dedicated
```
adduser [frappe-user]
usermod -aG sudo frappe
usermod -aG sudo [frappe-user]
```
_(it is very common to name this user `frappe`, but this comes with the disadvantage of being
_(it is very common to name this user `frappe`, but this comes with the disadvantage of being
ranked very high in hackers circles for attempts to entering servers. So production sites it
is highly recommended to use a custom username harder to guess for)_