mirror of
https://github.com/frappe/bench.git
synced 2025-03-19 16:02:21 +00:00
changed line 126 to ' usermod -aG sudo [frappe-user]' (was: frappe)"
This commit is contained in:
parent
bf12cf8427
commit
97b07a336c
@ -123,7 +123,7 @@ If you are on a fresh server and logged in as root, at first create a dedicated
|
|||||||
|
|
||||||
```
|
```
|
||||||
adduser [frappe-user]
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user