diff options
| -rw-r--r-- | nextcloud.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud.html b/nextcloud.html index 5a1f4cf..f0debc1 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -160,7 +160,7 @@ server { <p>Now we need to extract the Nextcloud tarball. Run the following command:</p> <pre><code>tar -xjf nextcloud*.tar.bz2 -C /var/www</code></pre> <p>If you have multiple Nextcloud tarballs in the current working directory you might want to manually specify which one you wish to extract.</p> - <p>Let's correct the ownership and permissions of those files. Run the following commands after you fill in the placeholders:</p> + <p>Let's correct the ownership and permissions of those files. Run the following commands:</p> <pre><code>chown -R www-data:www-data /var/www/nextcloud chmod -R 755 /var/www/nextcloud</code> </pre> |
