mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 10:51:54 +01:00
small typo
This commit is contained in:
parent
373171f864
commit
9639229b0f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user