diff options
-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 |