summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Evan <mattmadness@420blaze.it>2021-06-30 18:05:33 -0400
committerMatthew Evan <mattmadness@420blaze.it>2021-06-30 18:05:33 -0400
commitfb0c69f6e1c2b45137505d7b236b33a56665ac88 (patch)
treed2c48e1c3a32911f0918a5b566bb3a0e7e4380ff
parent281573947e9751b66fe8ea2a1d32ac2f3322b66a (diff)
Corrected more information in nextcloud.html
-rw-r--r--nextcloud.html2
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>