Skip to content

Commit

Permalink
add missing user to chown
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-shaw-asu committed Jul 8, 2024
1 parent dcc78dc commit af79e5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Islandora modules as you desire.
On a default Ubuntu install the `/var/www` directory is owned by root, but we want the webserver to control this space, so we'll give it ownership:

```bash
sudo chown -R /var/www
sudo chown -R www-data: /var/www
```


Expand Down

0 comments on commit af79e5e

Please sign in to comment.