Browse Source

Merge branch 'deploy' into 'master'

Fix chmod command

See merge request timvisee/send!17
Tim Visée 3 years ago
parent
commit
93e1d2f41a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/AWS.md

+ 1 - 1
docs/AWS.md

@@ -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