24
1
Fork 0

Fix chmod command

This commit is contained in:
David Dumas 2021-05-19 12:34:35 +00:00 committed by Tim Visée
parent c01d6b73ea
commit 43e1845d28
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ Lower files and folders permissions to user and group `www-data`:
```
sudo find /var/www/send -type d -exec chmod 750 {} \;
sudo find /var/www/send -type f -exec chmod 640 {} \;
sudo chmod 750 /var/www/send/node_modules/.bin/*
sudo find -L /var/www/send/node_modules/.bin/ -exec chmod 750 {} \;
```
### Systemd