diff options
author | Remi Collet <remi@fedoraproject.org> | 2017-04-03 11:04:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-03 11:32:03 +0200 |
commit | 1e2b3b5b6623656bffb6f3d5bf55c0560bf354d4 (patch) | |
tree | 069acc750bdb66fc853b68bba6db937db7444b00 | |
parent | 28934c390b7df1399b23ecaf3f29c02e698e837b (diff) |
small typo
(cherry picked from commit 9639229b0fabfb4a855b388bb3722ad44cd18693)
-rw-r--r-- | nextcloud-MIGRATION.fedora | 2 |
1 files changed, 1 insertions, 1 deletions
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 |