Skip to content

Commit

Permalink
setup: add permissions comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwadera committed Sep 4, 2020
1 parent e00670b commit 6ee578f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ cp ./scripts/gitignore /home/myproxy/.scripts/.gitignore
# fix file permissions
chown myproxy:myproxy -R /home/myproxy/
chown git:git -R /home/git/
# set the group permissions for /home/myproxy
# 2 = set the setgid bit for the files so group permissions are inherited
# 775 = set read+write permissions for the user and group
chmod 2775 -R /home/myproxy/

npm run build
Expand Down

0 comments on commit 6ee578f

Please sign in to comment.