From 1e2b3b5b6623656bffb6f3d5bf55c0560bf354d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Apr 2017 11:04:12 +0200 Subject: small typo (cherry picked from commit 9639229b0fabfb4a855b388bb3722ad44cd18693) --- nextcloud-MIGRATION.fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-MIGRATION.fedora b/nextcloud-MIGRATION.fedora index 454ed69..9225f3f 100644 --- a/nextcloud-MIGRATION.fedora +++ b/nextcloud-MIGRATION.fedora @@ -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. ``` 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 -- cgit