fix mistake in README for previews.config.php

This commit is contained in:
James 2022-02-27 15:38:16 +00:00
parent de67d26593
commit 2e2a5596f8
1 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,5 @@ sudo docker-compose -p nextcloud up --build -d
```bash
sudo cp nextcloud/previews.config.php $volume/var/www/html/config/
sudo chown www-data:root $volume/var/www/html/config/
sudo chown www-data:root $volume/var/www/html/config/previews.config.php
```