Fix typo in chown

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-11-30 16:23:52 +01:00
parent 41a4bd9a0a
commit 3d49e259b1
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -349,7 +349,7 @@ During the install process, no data folder is created, so we will create one man
Make sure that apache has read and write access to the whole nextcloud folder::
chown -R apache.apache /var/www/html/nextcloud
chown -R apache:apache /var/www/html/nextcloud
Restart apache::