mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
Update switch_to_non_root.md
chmod requires "-R" to be Recursive, not "-r"
This commit is contained in:
parent
da102618a0
commit
23c797ef64
@ -15,7 +15,7 @@ First, log in as your sudo user and run the following commands in order:
|
||||
```shell
|
||||
sudo chown -R allianceserver: /home/allianceserver
|
||||
sudo chown -R allianceserver: /var/www/myauth
|
||||
sudo chmod -r 655 /var/www/myauth
|
||||
sudo chmod -R 655 /var/www/myauth
|
||||
```
|
||||
|
||||
That's it. Your AA installation is now configured to be maintained with the `allianceserver` user.
|
||||
|
Loading…
x
Reference in New Issue
Block a user