Skip to content

Commit

Permalink
dev: make postCreate perms specific
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Apr 7, 2024
1 parent 8014550 commit 25c3e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ sudo -E -u www-data php /var/www/html/occ memories:index
make build-js

# Fix permissions (again)
chown -R www-data:www-data /var/www/html
chown -R www-data:www-data /var/www/html/config
chown -R www-data:www-data /var/www/html/custom_apps

0 comments on commit 25c3e63

Please sign in to comment.