diff options
| author | Matthew Evan <mattmadness@420blaze.it> | 2021-06-30 18:05:33 -0400 |
|---|---|---|
| committer | Matthew Evan <mattmadness@420blaze.it> | 2021-06-30 18:05:33 -0400 |
| commit | fb0c69f6e1c2b45137505d7b236b33a56665ac88 (patch) | |
| tree | d2c48e1c3a32911f0918a5b566bb3a0e7e4380ff /nextcloud.html | |
| parent | 281573947e9751b66fe8ea2a1d32ac2f3322b66a (diff) | |
Corrected more information in nextcloud.html
Diffstat (limited to 'nextcloud.html')
| -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> |
