small typo

This commit is contained in:
Remi Collet 2017-04-03 11:04:12 +02:00
parent 373171f864
commit 9639229b0f

View File

@ -116,7 +116,7 @@ from owncloud to nextcloud, but if the database isn't renamed then this too much
credentials and name in the config file are correct before moving on to the next step. credentials and name in the config file are correct before moving on to the next step.
``` ```
cp /etc/owncloud/config.php /etc/nextcloud/config.php cp /etc/owncloud/config.php /etc/nextcloud/config.php
sed -i '/owncloud/nextcloud/g' /etc/nextcloud/config.php sed -i 's/owncloud/nextcloud/g' /etc/nextcloud/config.php
``` ```
### Enable the nextcloud interface on httpd ### Enable the nextcloud interface on httpd